Site logo

Archived topic

jQuery-free sticky menu and menu animations

19 replies · Started by Alessio on March 30, 2021

Viewing posts 16–20 of 20

You could use this CSS instead which excludes that specific page:

body:not(.page-id-71) .site.grid-container {
    overflow-x: hidden;
}

Thank you, that worked!

No problem :)

Hi,
If I understand correctly, jquery is used only to handle the transition between standard and sticky header.
Before you can implement a fully jquery-free solution, do you think it would be feasibly to use jquery only if some sort of transition is selected?

Thanks for the amazing support!

Hi there,

ultimately we would like to provide a vanilla JS version with and without transitions. But if it comes to it we will maintain a legacy jQuery version for the current transition version.

This archived topic is closed to new replies.