Jump to content

Remove homepage animations (even though it is turned off in site styles)

Go to solution Solved by SaranyaDesigns,

Recommended Posts

I am trying to turn off the animations to my entire homepage on my site so it is all loaded at the same time. 

I have tried a few of the custom coding posted on here but it doesn't 100% work - this was the closest but it added a transparent dark block over all my elements:

    transform: unset !important;
    opacity: 1 !important;
    transition-delay: unset !important;
    transition: unset !important;

Thank you for the help!

Link to comment
  • Replies 2
  • Views 1.2k
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

  • Solution

@georgiamartin I think the CSS transitions are set on the following classes, try applying your code to these selectors?

.image-block-outer-wrapper.combination-animation-slide-up .image-inset, .image-block-outer-wrapper.combination-animation-slide-up .image-block-wrapper, .image-block-outer-wrapper.combination-animation-slide-up .sqs-image-content, .image-block-outer-wrapper.combination-animation-slide-up .image-caption-wrapper, .image-block-outer-wrapper.combination-animation-slide-up .sqs-dynamic-text-container {
    transition: none !important;
    will-change: unset !important;
    opacity: 1 !important;
    transform: none !important;
}

 

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.