Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #358961

    Hi,
    How can we change animation type for Masonry element?
    I would like them load by sliding up or down, rather than at an angle…

    thanks,
    larry

    #359039

    perhaps you can find the definitions in enfold/css/shortcodes.css

    there you can find some animation definitions (cubic-bezier)

    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
        animation: 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.075) 0s normal none 1 running avia_msonry_show;
    }

    perhaps a little css helps :lol:

    #359292

    Hey!

    Please override default animation using selector @guenni007 posted. Unfortunately, you are going to need to hire a freelance developer for such customization.

    @guenni007
    Thank you sir :)

    Cheers!
    Yigit

    #1366318

    by the way – searching for that old topic – : in the meantime that little orthographic mistake is gone and the animation name is now: avia_masonry_show

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