maduhaime Posted February 6, 2022 Posted February 6, 2022 Site URL: https://duhaime.ca Hello, The "slide" animation is not working properly in the footer of my site. Some elements remain hidden. It is as if the script did not correctly detect the position in the page. Since the bottom of the page never reaches the middle of the screen, the animation is never triggered. Can I turn off all animations in the footer? I'm talking about animations throughout the site, defined in the "Design / Site Styles / Animations" section of the admin UI. Thanks! Marc
maduhaime Posted February 9, 2022 Author Posted February 9, 2022 /* Disables Slide and Fade Animations of elements in the Footer */ footer#footer-sections .preSlide, footer#footer-sections .preFade, { transform: translate(0,0) !important; opacity: 1 !important; }
tuanphan Posted February 13, 2022 Posted February 13, 2022 Try adding to Design > Custom CSS /* Disable footer animation */ footer.sections * { transform: unset !important; opacity: 1 !important; transition-delay: unset !important; transition: unset !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment