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

    Hi, I want to deactivate the animation in de masonry gallery. How can I do that?
    I found an old topic about this (https://kriesi.at/support/topic/masonry-animation-fade-in-only-on-load/), but that didn’t work for me.
    I don’t want any animation when you open the page.
    Thanks,
    Sophia

    #577834

    Hi Sophia!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .av-masonry-entry {
        visibility: visible;
        opacity: 1;
    }

    Best regards,
    Yigit

    #577916

    Hi Yigit,

    First this didn’t work.
    But I also added this code in my childtheme style.css

    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{
    animation: none;
    }

    I tried that before, saw it changed the animation, but didn’t deactivate it.
    Now, in combination with the code you gave, it works.

    Thank you very much!
    Sophia

    #577920

    Hey!

    Glad you figured it out!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘deactivate animation in masonry gallery’ is closed to new replies.