@privyid/tailwind-animation
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-rc.12 • Public • Published

tailwind-animation

Collection animation class for vue <transition>

Installation

yarn add -D @privyid/tailwind-animation

Then, add into tailwind.config.js

module.exports = {
  plugins: [
    require('@privyid/tailwind-animation')
  ],
  // ...
}

Usage

<template>
<!-- ... -->
  <transition name="fade" >
    <!-- ... -->
  </transition>
<!-- ... -->
</template>

Available list

  • fade
  • slide-up
  • slide-left
  • slide-right
  • slide-top
  • slide-bottom
  • slide-full-left
  • slide-full-right
  • slide-full-top
  • slide-full-bottom
  • zoom-in
  • zoom-out

License

MIT License

Readme

Keywords

none

Package Sidebar

Install

npm i @privyid/tailwind-animation

Weekly Downloads

39

Version

1.0.0-rc.12

License

MIT

Unpacked Size

6.04 kB

Total Files

7

Last publish

Collaborators

  • dipadipprv
  • radya
  • afrijaldz
  • sghid
  • william.wibowo
  • adenvt
  • privy