``` yarn add vue3-animate-css or npm install vue3-animate-css --save ```
npm install vue3-animate-css```
yarn add vue3-animate-css
or
npm install vue3-animate-css --save
- direction : animate type
- value :
- default : fadeIn
- delay : animate delay => 1,2,3,4,5
- timing:
- value : ease / ease-in / ease-out / ease-in-out / linear / step-start step-end
- default : linear
`vue3``
v-animate="{ direction: 'backInDown', delay: 1 }"
class="tag-style"
size="large"
effect="dark"
closable
:key="tIndex"
@close="removeTag(tIndex)"
>
{{ tag }}