jjk291 Posted April 7 Share Posted April 7 Is there a way to add animations to the gallery page images as you scroll down. Just a simple fade in/out so it doesn't feel so choppy scrolling down as the images load on my site https://jasonkim.com Using the site wide animation feature only works on the text in the gallery but not the images. Here's an example of what I'm kind of looking for but can be just a basic fade: https://wakawaka.world/furniture Much appreciated!! Link to comment
tuanphan Posted April 12 Share Posted April 12 You mean Images under Jason Kim text on Homepage? Add to Design > Custom CSS a.grid-item { transition: all 0.3s ease; transform: translateY(0); } a.grid-item:hover { transition: all 0.3s ease; transform: translateY(-30px); } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment