i know.. IE9 ;) but i have to satisfy them…
Is there a CSS fix for making it work on IE9? Without animation?
Thank you!
Hey scherar,
Try this code in the General Styling > Quick CSS field:
.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,
Mike