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
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:
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
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