Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1327436

    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

    #1327541

    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

    #1327621

    Thank you so much for the reply Ismael, much appreciated.
    I’ll try what you suggest.
    Antonio

    #1327671

    Hi Antonio,

    Thanks for the update. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.