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

    How can I disable the animation in masonry gallery?

    #942690

    Hey studioinktvis,

    This may have to be done via css. Perhaps add the following to quick css:

    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{
    -webkit-animation: none; /* Safari 4+ */
    -moz-animation: none; /* Fx 5+ */
    animation: none; /* IE 10+ */
    }
    
    .av-masonry-entry {
    opacity: 1 !important;
    visibility: visible !important;
    }

    Best regards,
    Jordan Shannon

    #944025

    Yes worked

    #944221

    Hi,

    Great! If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

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