@jeegscreator/scroll-view-animation
v1.0.1
Published
TailwindCSS plugin to easily add scroll and view animations.
Downloads
11
Readme
Scroll/View Animation Plugin
Usage
Install the package:
npm i @jeegscreator/scroll-view-animation
Add the plugin to your
tailwind.config.js
file
import scrollViewAnimationsPlugin from '@jeegscreator/scroll-view-animation'
export default {
content: [...],
theme: {
extend: {
...
}
},
plugins: [scrollViewAnimationsPlugin, ...]
}
- Enjoy :D
Documentation
You can learn how to use this plugin going to the documentation