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

    Hello,

    I want to change the animation of Masonry Gallery.
    How can get the images ‘pop-up’ like the single image option instead of the 3d animation.
    I played a little around with the css in my child-theme and got the following result.

    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{
    -webkit-animation: avia_image_appear 0.2s 1 cubic-bezier(0, 0, 0.08, 1); /* Safari 4+ */
    animation: avia_image_appear 0.2s 1 cubic-bezier(0, 0, 0.08, 1); /* IE 10+ */
    opacity: 1;
    }

    Is this the right way to do this modification?

    roger

    #476585

    Hi Roger!

    Yes, it’s all done with CSS. Send us a link to your page if your still having trouble and we’ll see what we can do.

    Cheers!
    Elliott

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