Getting Started
Components
- Animated Beam
- Animated Circular Progress Bar
- Animated Gradient Text
- Animated Grid Pattern
- Animated List
- Animated Shiny Text
- Animated Theme Toggler
- Aurora Text
- Avatar Circles
- Bento Grid New
- Blur Fade
- Border Beam
- Cool Mode
- Dither Shader New
- Dock New
- Dot Pattern
- Dotted Map New
- File Tree
- Flickering Grid
- Grid Pattern
- Hero Video Dialog
- Hyper Text New
- Icon Cloud New
- Interactive Hover Button
- Lens New
- Light Rays New
- Line Shadow Text New
- Magic Card New
- Marquee
- Meteors New
- Morphing Text New
- Motion Grid New
- Neon Gradient Card New
- Number Ticker
- Orbiting Circles New
- Pixel Image New
- Pointer New
- Progressive Blur New
- Pulsating Button
- Rainbow Button
- Retro Grid New
- Ripple
- Ripple Button
- Scroll Progress
- Shimmer Button
- Shine Border New
- Smooth Cursor New
- Striped Pattern New
- Text Animate
- Typing Animation
- Video Text
- Warp Background
- Word Rotate Beta
Hero Video Dialog
A hero video dialog component.
Installation
pnpm dlx shadcn-svelte@latest add https://sv-animations.vercel.app/r/hero-video-dialog.json
Install dependencies
Install the required packages for this component:
pnpm add motion-sv
Copy the Source Code
Copy and paste the following code into your project:
hero-video-dialog.svelte
index.ts
Folder Structure
Folder Structure
Examples
Top In Bottom Out
Props
HeroVideoDialogProps
Props for the HeroVideoDialog component
| Name | Type | Default | Description |
|---|---|---|---|
animationStyle | "from-bottom" | "from-center" | "from-top" | "from-left" | "from-right" | "fade" | "top-in-bottom-out" | "left-in-right-out" | "from-center" | The animation style for the dialog |
videoSrc | string | undefined | The source URL of the video to play |
thumbnailSrc | string | undefined | The source URL of the thumbnail image |
thumbnailAlt | string | "Video thumbnail" | Alt text for the thumbnail image |
class | string | undefined | Additional CSS classes |
Animation Styles
The animationStyle prop accepts the following values:
- "from-bottom": Dialog enters from the bottom and exits to the bottom
- "from-center": Dialog scales up from the center and scales down to the center
- "from-top": Dialog enters from the top and exits to the top
- "from-left": Dialog enters from the left and exits to the left
- "from-right": Dialog enters from the right and exits to the right
- "fade": Dialog fades in and out
- "top-in-bottom-out": Dialog enters from the top and exits to the bottom
- "left-in-right-out": Dialog enters from the left and exits to the right
Note
If using a YouTube video, make sure to use the embed version of the video URL.