maduhaime Posted February 6, 2022 Share 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 Link to comment
maduhaime Posted February 9, 2022 Author Share 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; } Link to comment
tuanphan Posted February 13, 2022 Share 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 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment