Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #776746

    i know.. IE9 ;) but i have to satisfy them…

    Is there a CSS fix for making it work on IE9? Without animation?

    Thank you!

    #778241

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.