yan-k
9/22/2017 - 8:30 AM

Remove Masonry Animations in Enfold

Remove Masonry Animations in Enfold

.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;
}