[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, Bounce Ins, 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=“bounceOut“ duration=“1s“ delay=“1s“ iteration=“1″][button title=“Bounce Out“ color=““ size=“xlarge“ link=“#“ icon=““][/animate][/column]

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

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

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

[column size=“col-4″ bottom_margin=“false“][animate animation=“bounceOutRight“ duration=“1s“ delay=“3s“ iteration=“1″][button title=“Bounce Out 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 Out Down Button Animation lasting 1 second, repeating 1 time, with 0 seconds delay.

[section]

[column size="col-3"]

[animate animation="bounceOutDown" iteration="1" delay="0s" duration="1s"]
[button link="#" size="large" title="Bounce Out Down"]
[/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]