Dear Nikolai,
Thanks a lot for using the Animate It! plugin.
The example you mentioned will take a class to place the elements side by side.
Please follow these steps to add the animation Side by Side:
http://www.downloads.eleopard.in/forum/advanced-user-settings-ai/220-adding-animations-side-by-side.html
Here are an extra rule to add in the CSS block, This will make the 3 icons centered and add some spacing in between them as well:
.side-by-side{
display: inline-block;
padding: 15px;
}
.side-by-side p{
margin: 0;
}
Now, when you add each animations, select:
Entry Animation : rotateIn
select the animation delay as per your requirement, based on whether you want to show all icons at once, or one-by-one.
For the example given in the Demo by us, just copy and paste the following code, and it should work fine.
[edsanimate_start
entry_animation_type= "rotateIn" entry_delay= "0" entry_duration= "1.5" entry_timing= "ease-in-out"
exit_animation_type= "" exit_delay= "" exit_duration= "" exit_timing= ""
animation_repeat= "1" keep= "yes" animate_on= "scroll" scroll_offset= "75" custom_css_class= "side-by-side"]
"IMAGE 1 HERE"
[edsanimate_end]
[edsanimate_start
entry_animation_type= "rotateIn" entry_delay= "1.5" entry_duration= "1.5" entry_timing= "ease-in-out"
exit_animation_type= "" exit_delay= "" exit_duration= "" exit_timing= ""
animation_repeat= "1" keep= "yes" animate_on= "scroll" scroll_offset= "75" custom_css_class= "side-by-side"]
"IMAGE 2 HERE"
[edsanimate_end]
[edsanimate_start
entry_animation_type= "rotateIn" entry_delay= "3" entry_duration= "1.5" entry_timing= "ease-in-out"
exit_animation_type= "" exit_delay= "" exit_duration= "" exit_timing= ""
animation_repeat= "1" keep= "yes" animate_on= "scroll" scroll_offset= "75" custom_css_class= "side-by-side"]
"IMAGE 3 HERE"
[edsanimate_end]
You can see this code Live in action here:
animateitdemo.wpdevcloud.com/nikolai
Please let me know if you face any issues.