Hi,
I noticed that some animation effects on my site don’t load or don’t load the elements at all (especially on the lower part of the webpage), therefore I’d like to make sure the animation is deactivated, so the page loads all elements.
How can I do that in the elements that do not have the option to do that?
Also, on the https://vacationrentalworldsummit.com/ website when you scroll the page and see the media gallery, I’d lke the photos not to have any loading animation and also not to get bigger on hover, but just simply remain as they are, so people can read the posts without being annoyed.
Thank you for your help.
Antonio
Hey Antonio,
Thank you for the inquiry.
You can try this css code to completely disable every animations and transitions in the page, but this might cause some of the elements to not entirely show.
body * {
animation: none !important;
}
Please toggle or temporarily disable the Enfold > Performance > File Compression settings, and
make sure to check the page for any inconsistencies after adding the css code.
Best regards,
Ismael
Thank you so much for the reply Ismael, much appreciated.
I’ll try what you suggest.
Antonio