1.0.2 • Published 3 years ago

vue3-animate-css v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Download

yarn add vue3-animate-css
or
npm install vue3-animate-css --save

props

  • direction : animate type
  • 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

use

<el-tag
    v-for="(tag, tIndex) in tagList"
    v-animate="{ direction: 'backInDown', delay: 1 }"
    class="tag-style"
    size="large"
    effect="dark"
    closable
    :key="tIndex"
    @close="removeTag(tIndex)"
>
    {{ tag }}
</el-tag>
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago