getgrav / grav-premium-issues

Official Grav Premium Issues repository to report problems or ask questions regarding the Premium products offered.
https://getgrav.org/premium
7 stars 2 forks source link

[typhoon] Add smooth scrolling #375

Closed Staubgeborener closed 1 year ago

Staubgeborener commented 1 year ago

I am playing around with the Typhoon One-Page Skeleton. Is it possible (and how exactly) to add some sort of smooth scrolling? Right now, the anchors are jumping. FOr example, visiting the demo and click in the header on Highlights leads to a jump to the #highlights anchor. Is it possible to make this way smoother by simply scrolling down?

Staubgeborener commented 1 year ago

So I could do it by myself by installing the Custom CSS Plugin and adding this line:

html {
  scroll-behavior: smooth;
}