How can I disable the animation in masonry gallery?
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
Yes worked
Hi,
Great! If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon