Skip to content

1.3.0

Compare
Choose a tag to compare
@Arttse Arttse released this 09 Jul 20:27
· 28 commits to master since this release

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.