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

    Hello,
    I’m trying to reproduce a page like this one: https://www.juliedecubber.com/bijoux/
    I’ve easily changed the animation type with css:

    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
    	animation-name: masonryFadeIn;
    }
    @keyframes masonryFadeIn{
    	0%{top:40px;opacity:0}
    	100%{top:0;opacity:1}
    }

    What I can’t achieve is to make the items start their animation when in viewport, not before. Enfold uses this kind of behaviour on many components so I’m wondering if there is a simple way to do this?

    #1061650

    Hey AntoninDeudon,

    Could you please give us a link to your website, we need more context to be able to help you.

    Our masonry has its own fade in animation, is it not working for you?

    Best regards,
    Victoria

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