[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, BounceOuts, Fade Ins, Fade Outs, Flip Ins & Flip Outs, Roll Ins & Roll Outs, 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=“rotateIn“ duration=“1.5s“ delay=“1s“ iteration=“1″][button title=“Rotate In“ color=““ size=“xlarge“ link=“#“ icon=““][/animate][/column]

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

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

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

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

[section]

[column size="col-3"]

[animate animation="rotateInUpRight" iteration="1" delay="0s" duration="1s"]
[button link="#" size="large" title="Rotate In Up Right"]
[/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]