smoothscroll-for-websites icon indicating copy to clipboard operation
smoothscroll-for-websites copied to clipboard

Smooth scrolling experience for websites.

Results 23 smoothscroll-for-websites issues
Sort by recently updated
recently updated
newest added

User agent change, so I add condition for Firefox to enable it.

I discovered a problem that if on the page we have a Mailchimp form, linked with `` And after this, we have linked SmoothScroll — Mailchimp form becomes broken. In...

Edge: Failed to read 'localStorage' when browser settings restrict touching the storage. The try/catch should be extended a bit

I recevied a Sentry error report on this line: ` return (isFrame && isChrome) ? parent.keydown(event) : true;` That parent.keydown is not a function. Any ideas?

Hey @galambalazs great work! I seem to make it work properly on Windows, however not on Mac (OSX El Capitan). isMac var. is detecting mac and code is running, but...

bug

Hi, have someone never noticed if the smoothscroll is preventing the browser swipe navigation gesture to work? When I deactivate the smoothscroll the swipe navigation gesture works all the time,...

bug

Hello, Like the title, it doesn't work when using 'Shift key' to control the horizontal scrolling of other elements except for the direct children of 'body'. By the way, when...

When using this script with [CSS Scroll Snap](https://www.w3.org/TR/css-scroll-snap-1/) the scroll gets stuck on the top of the container. Try adding it to this Codepen for example to see the problem:...

Apparently I've set up scrolling speed differently on my system. Websites using smoothscroll seem to cause scrolling to go too fast. Or at least not the same speed as I've...

enhancement
question

Relates to this github issue: https://github.com/gblazex/smoothscroll-for-websites/issues/74