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

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

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

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

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

[section]

[column size="col-3"]

[animate animation="rotateOutUpRight" 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]