Loading repository dataβ¦
Loading repository dataβ¦
TMMC / repository
πΏ Sass verion of cross-browser library of CSS animations by Daniel Eden.
You can find all information at https://daneden.github.io/animate.css/.
All credits go to Daniel Eden.
Install via npm:
npm install @tmmc/animate-scss --save
Use it as it comes (with all the animations included) or just comment out the ones you are not planning to use in ./src/sass/animate.scss and run npm run build.
If you need wider range of supported browsers, change values in browserslist key in package.json.
There is also a script extending jQuery with short description in it how to use it: ./src/js/jquery-animate-css.js.