0.0.1 • Published 8 months ago

tailwindcss-scroll-animations v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

tailwindcss-scroll-animations

NPM package version

Installation

npm install -D tailwindcss-scroll-animations

Then add the plugin to your tailwind.config.js file:

// tailwind.config.js
module.exports = {
  theme: {
    // ...
  },
  plugins: [
    require("tailwindcss-scroll-animations"),
    // ...
  ],
}

Usage

TODO

0.0.1

8 months ago