Package Exports
- animate-css-mixins
- animate-css-mixins/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (animate-css-mixins) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Animate.css mixins
SASS, Less and Stylus mixins for animate.css v4.1.1
Installation
npm install animate-css-mixins --save
Documentation
You can find the Animate.css documentation on the website.
Usage
/* styles.scss */
@import 'animate-css-mixins/animate.scss';
.my-element {
@include animate__bounce; /* referring animation defined in https://animate.style */
animation-duration: 600ms; /* don't forget to set a duration! */
}