Jump to content

How to disable site-wide animations on footer

Recommended Posts

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

Screen Shot 2022-02-06 at 12.15.45 PM.png

Screen Shot 2022-02-06 at 12.16.02 PM.png

Link to comment
  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.