Hyper Text
A hyper changing text animation as you hover..
通过 CLI 安装
手动安装
复制并粘贴以下代码:
HyperText.vue
API
Prop 名称 | 类型 | 默认值 | 描述 |
---|---|---|---|
class | string | "" | Additional CSS classes to apply to the component. |
text | string | Required | Text to animate |
duration | number | 0.8 | The total duration (in seconds) for the entire animation. |
animateOnLoad | boolean | true | Play animation on load |
感谢
- Inspired by Magic UI's Hyper Text component.
- Credits to Prem for porting this component.