asscroll icon indicating copy to clipboard operation
asscroll copied to clipboard

Ash's Smooth Scroll šŸ‘

Results 18 asscroll issues
Sort by recently updated
recently updated
newest added

Hi, i would like to use Asscroll in my Next.js project. When i use the "zero config setup", it throws the error "Self is not defined". I tried to use...

Hi, i use your code on my site. My navigation and items on the top of the site are fixed. I'm able to add the code and run it but...

Hey there! it seems tabbing with the keyboard to jump to elements does not seem to work when `this.asscroll.enable({ horizontalScroll: true }) ` Any advice on this or is this...

Hey, Asscroll team! I love your product very much but recently when trying to use it in this codepen https://codepen.io/rohitks7/pen/BaYjgXY?editors=0010 it's not working at all. What am I doing wrong?...

Hello, I've noticed that the first time I scroll on an asscroll site the page jumps down much farther than expected in firefox. The rest of the scrolling continues smoothly,...

Hey there, first of all thank you for the awesome library. Was actually the only one i found which fits the need of the project i'm working on. I'm using...

Hey, I'm trying to find out what causes a scroll jump up on a project I'm working on. I have a focus section which when reached locks the scroll using...

What would be the memory impact on the GPU when applying a 3d transform to the entire scrollable DOM element? Would it be significantly better to transform only sections of...

question

```Scroll to link``` ... `````` Expected: after link is clicked, page should scroll to section. This works in Chrome using asscroll.js, but doesn't work in Safari (Version 14.1.2 (16611.3.10.1.6)) Is...

bug

Hi @ashthornton Iā€™m fiddling around with your scroller (again). Is it possible to have multiple scroll areas? It would be nice to have separated and smoothly scrollable areas. My current...

enhancement