global animation
Good morning,
I would like to know if there is a possibility to set a global animation to all the elements that appear in the site (e.g. fade-in).
I know there is the possibility to animate individual blocks (see attachment), but it would be convenient to be able to do it globally, maybe via CSS in the theme settings.
I look forward to your reply.
Thank you very much and have a nice day,
Giuliano
Comments
Hi,
There is no option to achieve that.
Animations are too complex to assign all elements with a simple CSS code.
The only option is to assign the animation to each element separately.
Best regards
Ok Phil, thanks anyway.
i know how:
add class animate fadeInLeft (for example, os animate fadeInUp) to your element. It works.
even inside a div inside a column. or a img inside a div inside a column.
Entrance animation - available values: fadeIn, fadeInUp, fadeInDown, fadeInLeft, fadeInRight, fadeInUpLarge, fadeInDownLarge, fadeInLeftLarge, fadeInRightLarge, zoomIn, zoomInUp, zoomInDown, zoomInLeft, zoomInRight, zoomInUpLarge, zoomInDownLarge, zoomInLeftLarge, bounceIn, bounceInUp, bounceInDown, bounceInLeft, bounceInRight
Many thanks webinlab, i'll try ;)