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

    Good morning team,

    I’m trying to disable the animation above the fold on the homepage and followed the instructions in the article below for disabling animation on a specific color section. Unfortunately, it doesn’t seem to be working. https://iceworksus.com

    I’m likely missing something—could you please take a look and let me know what I need to change?

    Thanks in advance for your help!

    #1484996

    Hey James,

    Thank you for the inquiry.

    We added this code to disable the default fade in animation of the elements inside the Color Section.

    .js_active .av-minimum-height .container {
        opacity: 1;
        transition: none;
    }

    If you need to apply this to a specific color section, apply the name “av-section-no-animation” in the Advanced > Developer Settings > Custom CSS Class field, then replace the css with:

    .js_active .av-section-no-animation .container {
        opacity: 1;
        transition: none;
    }

    Best regards,
    Ismael

    #1485045

    Thank you. That did the trick. You can close the ticket.

    I appreciate your help.

    #1485058

    Hi,

    Great! Let us know if you have more questions. Have a nice day.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Disable Animation Above the Fold on Homepage’ is closed to new replies.