Jump to content

sadtech

Member
  • Posts

    2
  • Joined

  • Last visited

sadtech's Achievements

Level 1

Level 1 (1/20)

0

Reputation

  1. I was having this issue on page load/page switch. The pages displayed in full for a ms before doing the fade-in site wide animation. This is what I used to fix it (add to custom css section in settings) body:not([data-animation-state="booted"]) > * { opacity: 0; } This waits for the 'data-animation-state' attribute to be added to body before showing any elements, essentially skipping the full display that happens before the animations are queued Hope this helps!
  2. I was having this issue on page load/page switch. The pages displayed in full for a ms before doing the fade-in site wide animation. This is what I used to fix it (add to custom css section in settings) body:not([data-animation-state="booted"]) > * { opacity: 0; } This waits for the 'data-animation-state' attribute to be added to body before showing any elements, essentially skipping the full display that happens before the animations are queued
×
×
  • 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.