Guest Posted April 28, 2020 Share Posted April 28, 2020 (edited) Hi there, is it possible to disable the site wide animations from affecting the contents within my site footer? Any help greatly appreciated. Edited April 28, 2020 by sitehut Link to comment
tuanphan Posted April 29, 2020 Share Posted April 29, 2020 Can you share link to your site? I can take a look My idea is use CSS/JS to remove animation class on only footer 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
Guest Posted April 29, 2020 Share Posted April 29, 2020 Hi Tuanphan, thanks for the reply. That sounds like a good plan! Here's a link to the site. Password is Password . https://round-chiton-dymz.squarespace.com Link to comment
tuanphan Posted April 29, 2020 Share Posted April 29, 2020 2 hours ago, sitehut said: Hi Tuanphan, thanks for the reply. That sounds like a good plan! Here's a link to the site. Password is Password . https://round-chiton-dymz.squarespace.com Add to Home > Design > Custom CSS footer#footer-sections * { opacity: 1 !important; transition: unset !important; } 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
Guest Posted April 29, 2020 Share Posted April 29, 2020 @tuanphan you're the man! This worked perfectly, thank you! Link to comment
Guest Posted April 29, 2020 Share Posted April 29, 2020 @tuanphan that did indeed work, however it also disables other animations I use in the footer, for example I use the following code to animate links when they are hovered: /* Link hover transition */ a { transition: 0.4s !important; } Is it possible to disable the site-wide 'slide' from the footer, while still enabling the hover transition code? Thanks in advance! Link to comment
tuanphan Posted April 29, 2020 Share Posted April 29, 2020 3 minutes ago, sitehut said: @tuanphan that did indeed work, however it also disables other animations I use in the footer, for example I use the following code to animate links when they are hovered: /* Link hover transition */ a { transition: 0.4s !important; } Is it possible to disable the site-wide 'slide' from the footer, while still enabling the hover transition code? Thanks in advance! footer#footer-sections * { opacity: 1 !important; } 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
Guest Posted April 29, 2020 Share Posted April 29, 2020 @tuanphan That almost works, however the slide transition is still occurring, it just doesn't fade/ease in - I've left this active if you wanted to see what I'm referring to (You have to immediately scroll to the footer to see the problem occur). Link to comment
Guest Posted April 29, 2020 Share Posted April 29, 2020 @tuanphan ah, I figured it out! I changed the 'transition: unset;' to 'transition; none', which seems to have resolved this issue. Thanks again my friend! Link to comment
TaylorJaynie Posted February 16 Share Posted February 16 Thank you! That piece of coding helped me disable the Fluid Engine site wide animation from my footer. So helpful. Super appreciate it! tuanphan 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