Jump to content

A way to make all images default to "Tilt down" animation?

Recommended Posts

I'd like to make all the images on my site have the "tilt-down" animation — or, better yet, have that be the default.

I thought I could do this by going to "Site Styles" and "Animations", but I find that (1) "Tilt Down" isn't an option there, and (2) this is for all site elements — including text and other things that aren't images.

Does anyone know a way to make all my images default to an animation style?

(This isn't crucial. I have a lot of images, and this would just save a bunch of time.)

Run a test-prep company, and a group where little kids get together to make brunch and talk philosophy. Starting a school.

Link to comment
  • Replies 3
  • Views 172
  • Created
  • Last Reply

Top Posters In This Topic

7 hours ago, brandonhendrickson said:

I'd like to make all the images on my site have the "tilt-down" animation — or, better yet, have that be the default.

I thought I could do this by going to "Site Styles" and "Animations", but I find that (1) "Tilt Down" isn't an option there, and (2) this is for all site elements — including text and other things that aren't images.

Does anyone know a way to make all my images default to an animation style?

(This isn't crucial. I have a lot of images, and this would just save a bunch of time.)

Can you share your URL and an example of the tilt-down animation you want to apply on the images so I can take a look?

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

Link to comment
  • 2 weeks later...
23 hours ago, brandonhendrickson said:

Sure — scienceisWEIRD.com 

All the images on my homepage use the "tilt-down" style.

You can try adding to Home > Design > Custom Css

.image-block-outer-wrapper.animation-loaded .image-block-wrapper {
  opacity: 1 !important;
  transform: matrix(1,0,0,1,0,0) !important;
}

.image-block-outer-wrapper .image-block-wrapper {
  transition: opacity 800ms cubic-bezier(.4,0,.2,1),transform 800ms cubic-bezier(.4,0,.2,1) !important;
  will-change: opacity,transform !important;
  opacity: 0 !important;
  transform: matrix(.92,-.03,0,.92,0,20) !important;
}

Let me know if it works properly on your site

Press 👍 or mark this answer as solution to help another one too

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

 

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.