Loading component…
Components /Flip Text
Character flip text animation
Run the following command
npx shadcn@latest add https://raw.githubusercontent.com/Ashutoshx7/VengeanceUI/main/public/r/flip-text.json| Prop Name | Type | Default | Description |
|---|---|---|---|
| children | string | - | The text content to animate. Must be a string. |
| className | string | - | Additional CSS classes to apply to the wrapper element. |
| duration | number | 2.2 | Duration of the flip animation in seconds. |
| delay | number | 0 | Initial delay before animation starts in seconds. |
| loop | boolean | true | Whether the animation should loop infinitely or play once. |
| separator | string | ' ' | Custom separator for splitting text. Default is space. |