Hi there,
Is there a way to add animation to a div tag in a custom page template.from bottom to top. I know I can do for the content elements but wondering if it can be done for a div tag or a color section.
I have added the css styles to div tag like below
<div class="av-animated-generic bottom-to-top avia_start_animation avia_start_delayed_animation " style="border-radius:0px; ">
content goes here
</div>
Thanks and appreciate it
Can someone please update on this. I am still waiting to hear back. Appreciate it
Hi,
Thank you for the inquiry.
You should remove the avia_start_animation class name because it will be automatically added once the element is visible in the view port.
<div class="av-animated-generic bottom-to-top avia_start_delayed_animation " style="border-radius:0px; ">
content goes here</div>
Best regards,
Ismael
Thank you Ismael. That worked great. Appreciate it