BenjyB Posted March 2, 2023 Share Posted March 2, 2023 I have added a code block to each section of the page containing text and an SVG image. It looks like this: PROJECT -> The scroll reveal fade-in that Squarespace applies site wide is working on the text "PROJECT" but not on the arrow. To replicate: Go to: https://dog-garlic-lcth.squarespace.com/work Scroll down quickly Expected: all content fades in Actual: the white arrows are already in place I'm assuming there's a class that I can give to the SVG that will include it in the elements that the scroll reveal effect is applying to? Or perhaps there's another solution? Help gratefully appreciated! Screen Recording 2023-03-02 at 11.06.26.mov Link to comment
Solution Beyondspace Posted March 2, 2023 Solution Share Posted March 2, 2023 (edited) 3 hours ago, BenjyB said: I have added a code block to each section of the page containing text and an SVG image. It looks like this: PROJECT -> The scroll reveal fade-in that Squarespace applies site wide is working on the text "PROJECT" but not on the arrow. To replicate: Go to: https://dog-garlic-lcth.squarespace.com/work Scroll down quickly Expected: all content fades in Actual: the white arrows are already in place I'm assuming there's a class that I can give to the SVG that will include it in the elements that the scroll reveal effect is applying to? Or perhaps there's another solution? Help gratefully appreciated! Screen Recording 2023-03-02 at 11.06.26.mov You can try the following code on Home > Design > Custom Css to fix it .arrow-child.preFade + .custom-arrow.arrow-child { opacity: 0; transition-property: opacity; transition-timing-function: ease; transition-duration: 1.5s; transition-delay: 0.167647s; } .arrow-child.preFade.fadeIn:not([data-override-initial-global-animation]) + .custom-arrow.arrow-child { opacity: 1 ; } Support me by pressing 👍 or marking as solution if this useful for you Edited March 2, 2023 by Beyondspace 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
BenjyB Posted March 2, 2023 Author Share Posted March 2, 2023 Wow thank you @Beyondspace for solving that for me and in such rapid time. Beyondspace 1 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