Animations

The [animate] shortcode lets you animate any page element you like. It uses animate.css — a bunch of cool, fun, and cross-browser animations:

Attention seekers

Code

[animate animation="flash" delay="0" duration="2s" iterations="20"][button size="huge" href="#flash"]Flash[/button][/animate]
[animate animation="bounce" delay="1s" duration="2s" iterations="20"][button size="huge" href="#bounce"]Bounce[/button][/animate]
[animate animation="shake" delay="2s" duration="2s" iterations="20"][button size="huge" href="#shake"]Shake[/button][/animate]
[animate animation="tada" delay="3s" duration="2s" iterations="20"][button size="huge" href="#tada"]Tada[/button][/animate]

Flippers, Fading, Bouncing

Code

[animate animation="flip" delay="0" duration="2s" iterations="20"][button size="huge" href="#swing"]Flip[/button][/animate]
[animate animation="fadeIn" delay="1s" duration="2s" iterations="20"][button size="huge" href="#wobble"]Fade In[/button][/animate]
[animate animation="bounceIn" delay="2s" duration="2s" iterations="20"][button size="huge" href="#wiggle"]Bounce In[/button][/animate]
[animate animation="rotateIn" delay="3s" duration="2s" iterations="20"][button size="huge" href="#pulse"]Rotate In[/button][/animate]

For more examples, see Animate.css Site.