Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #684511

    Hello,
    I used Masonry Gallery and I want the pictures for “What makes the BTS special?” are simply there and don’t fly in.
    Could please help me with this?
    Thanks in advance.

    #684564

    i don’t know if you get rid of the one by one appear – the animation and fly in you can get rid of:

    .avia_sortable_active .isotope {
        transition: none  !important;
    }
    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
        animation: none !important
    }
    .av-masonry-image-container, .av-inner-masonry-content, .av-masonry-pagination {
        transition: none  !important;
    }
    .avia_desktop.avia_transform3d .av-masonry-entry {
        perspective: none !important;
    }
    #684570

    Hey Guenni,
    Thank you much for your reply, I copied the code in the quick css but it didn’t work.

    #684744

    Can someone help me with this :)

    #685041

    i cannot see the real site – because i’m a participant as you are here. This masonry is a gallery and not a masonry blog !

    try this instead :

    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
        -webkit-animation: none !important;
        animation: none !important;
    }
    
    .av-masonry-entry {
    opacity: 1 !important;
    visibility: visible !important;
    }
    • This reply was modified 8 years, 2 months ago by Guenni007.
    #685048

    Hi!

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

    .av-masonry-entry {
        visibility: visible;
        opacity: 1;
    }
    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
        -webkit-animation: none;
        animation: none;
    }


    @guenni007
    Thanks :)

    Best regards,
    Yigit

    #685061

    Thanks, it works :)

    #685077

    Hey!

    You are welcome!
    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 :)

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Disable fly in animation for Masonry Gallery’ is closed to new replies.