Jump to content

Adding scroll animations for gallery page images

Recommended Posts

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
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.