Vuenime
A flexible Vue wrapper for Animejs.
Usage
In a component:
Global registration:
Props
Name | Type | Required | |
---|---|---|---|
value |
Number | String | Array | Object |
yes | The animation target |
render |
Function |
no | Render function. Use this prop to avoid scoped slots definition in JSX. |
Animation parameters
Cover Anime property and animation parameters.
Name | Type | Default |
---|---|---|
duration |
Number |
1000 |
delay |
Number |
0 |
endDelay |
Number |
0 |
easing |
String |
"easeOutElastic(1, .5)" |
round |
Number |
0 |
direction |
String |
"normal" |
loop |
Number | Boolean |
false |