brandonhendrickson Posted January 15, 2023 Share Posted January 15, 2023 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
Beyondspace Posted January 15, 2023 Share Posted January 15, 2023 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, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
brandonhendrickson Posted January 30, 2023 Author Share Posted January 30, 2023 Sure — scienceisWEIRD.com All the images on my homepage use the "tilt-down" style. 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
Beyondspace Posted January 31, 2023 Share Posted January 31, 2023 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, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment