1.3.0
New
Now you can use Animate.css animations!
Settings 'init' method
animation
animateCss
— use an external library CSS3 animations Animate.css.
animateCssClass
Type: string
Default: animated
Class element specified in Animate.css. Applies only to animation animateCss
.
animateCssAnimation
Type: string
or array
Default: ['bounceIn', 'bounceOut']
What animation from Animate.css perform animating. Applies only to animation animateCss
.
If you specify how string
, for example — animateCssAnimation: 'jello'
, it will be given only one animation.
If you specify how array
, for example — animateCssAnimation: ['fadeInLeft', 'fadeOutRight']
, the first value for the appearance, the second for the disappearance.