Animate
基于animate.css的动画指令
示例
<div v-nut-animate='{
name: "dash",
delay: 1000,
duration: 1500,
iterationCount: "infinite"
}'>测试</div>
Options
参数 | 说明 | 类型 | 默认值 | 可选值 |
---|---|---|---|---|
v-nut-animate | 指令 | String | — | — |
name | 绑定的动画keyframe名称 | String | 必填 | — |
customAnimations | animate.css之外自定义的动画 | Array | — | — |
delay | 规定在动画开始之前的延迟 | Number | — | — |
duration | 规定完成动画所花费的时间 | Number | — | — |
iterationCount | 规定动画应该播放的次数 | String | 1 | — |
fillMode | 规定是否应该轮流反向播放动画 | String | — | — |