Jump to content

Guvnor

Circle Member
  • Posts

    6
  • Joined

  • Last visited

Everything posted by Guvnor

  1. Appreciate you taking a look at this @HoaLT. I've applied the code and removed any conflicting CSS, but as you can see on the Dev site, the same 1-2 second lag persists before it is revealed to the user on scroll-up. Do you know where to target either the timing or distance of the 'scroll-up' function?
  2. Thanks @HoaLT, you can access the dev site here: https://yellow-turkey-4c97.squarespace.com/ Password: qft3hyu!rgj5ztw8HNY
  3. Hello all, Does anyone have suggestions on how to improve the responsiveness of the 'scroll-back' fixed menu in Squarespace 7.1? Currently, there is a 1-2 second lag before the menu reappears when a user scrolls up, which is not ideal for accessibility. I'm aiming for a more instantaneous response, similar to this example. This issue pertains to the default fixed header style > scroll-back settings in Squarespace 7.1. I have tried the following CSS solution, but it hasn't resolved the issue: /* Remove transition delay for immediate appearance on scroll up */ .header-nav-wrapper { transition: transform 0s ease-in-out !important; } .header-nav-wrapper.is-scrolling-down { transform: translateY(-100%) !important; } .header-nav-wrapper.is-scrolling-up { transform: translateY(0) !important; } /* Ensure immediate reappearance on scroll up */ body[data-scrolled-up='true'] .header-nav-wrapper.is-scrolling-down { transform: translateY(0) !important; } Any advice or alternative solutions would be greatly appreciated!
×
×
  • 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.