Tagged: css3, effects, js, transitions
hi there,
I want to disable (almost or all) animations and transitions on images, except Lightbox.
How to do this in an effective way. My customers hates all that movement and effects.
Thanks in advance,
Achim
Hey Achim,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
-webkit-transform: none;
transform: none;
}
If there are any other effects you would like to disable, please post a link to your page and point them out :)
Best regards,
Yigit
Hi mm256,
https://share.getcloudapp.com/p9u5Jzlx You can disable the effect in the image settings.
Best regards,
Victoria