Flip Words
A component that flips through a list of words.
API
Prop Name | Type | Description |
---|---|---|
words | Array | An array of words to be displayed and animated. |
duration | number | Duration (in milliseconds) for each word to be displayed before flipping to the next word. |
class | string | Additional CSS classes to apply to the component. |
Component Code
You can copy and paste the following code to create these components:
FlipWords.vue
Credits
- Credits to M Atif for porting this component.
- Ported from Aceternity UI's Flip Words