[infobox color=“grey“]This shortcode will get your viewers eyes where you want ‚em. You can animate every object on a page, from any shortcode to any custom piece you have written. Bring spark to your pages with this one.
 
Show Off Animations is just one group of animations. There are also ShowOffs, BounceOuts, Fade Ins, Fade Outs, Flip Ins & Flip Outs, Roll Ins & Roll Outs, Rotate Ins, Rotate Outs.
 
Feel free to refresh to page to see the animations again.[/infobox]

[spacer height=“40px“]

[section]

[column size=“col-4″ bottom_margin=“false“][animate animation=“bounceIn“ duration=“1s“ delay=“1s“ iteration=“1″][button title=“Bounce In“ color=““ size=“xlarge“ link=“#“ icon=““][/animate][/column]

[column size=“col-4″ bottom_margin=“false“][animate animation=“bounceInUp“ duration=“1s“ delay=“1.5s“ iteration=“1″][button title=“Bounce In Up“ color=““ size=“xlarge“ link=“#“ icon=““][/animate][/column]

[column size=“col-4″ bottom_margin=“false“ last_column=“true“][animate animation=“bounceInDown“ duration=“1s“ delay=“2s“ iteration=“1″][button title=“Bounce In Down“ color=““ size=“xlarge“ link=“#“ icon=““][/animate][/column]

[column size=“col-4″ bottom_margin=“false“][animate animation=“bounceInLeft“ duration=“1s“ delay=“2.5s“ iteration=“1″][button title=“Bounce In Left“ color=““ size=“xlarge“ link=“#“ icon=““][/animate][/column]

[column size=“col-4″ bottom_margin=“false“][animate animation=“bounceInRight“ duration=“1s“ delay=“3s“ iteration=“1″][button title=“Bounce In Right“ color=““ size=“xlarge“ link=“#“ icon=““][/animate][/column]

[/section]

[separator text=“How to use“]

[infobox last_column=“true“ color=“blue“ size=“col-12″]Aegaeus comes with super awesome user friendly Shortcode Generator which allows you to create any of many shortcodes in less than 2 clicks. If you prefer the code, you can find it bellow. You can copy-paste it to your page. Comments are annotated with double slashes //[/infobox]

[clear]

[section]

[toggle title=“Get the code“]

 // Create a Bounce In Left Button Animation lasting 1 second, repeating 1 time, with 0 seconds delay.

[section]

[column size="col-2"]

[animate animation="bounceInLeft" iteration="1" delay="0s" duration="1s"]
[button link="#" size="large" title="Bounce In Left"]
[/animate]

[/column]

[/section]

[/toggle]

[/section]

[separator small=“true“]

[h5]Available argument options[/h5]
[list]

[list_item icon=“icon-cog“]animation – Specify the animation type.[/list_item]
[list_item icon=“icon-cog“]duration – Specify how long the animation lasts.[/list_item]
[list_item icon=“icon-cog“]iteration – Specify how many times the animation repeats.[/list_item]
[list_item icon=“icon-cog“]delay – Specify after what time the animation starts.[/list_item]

[/list]