vue3-animate-css

1.0.2 • Public • Published

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>

Readme

Keywords

none

Package Sidebar

Install

npm i vue3-animate-css

Weekly Downloads

0

Version

1.0.2

License

ISC

Unpacked Size

2.91 kB

Total Files

4

Last publish

Collaborators

  • liudehua123