svelte-scrollto icon indicating copy to clipboard operation
svelte-scrollto copied to clipboard

Animating vertical and horizontal scrolling. Inspired by rigor789/vue-scrollto and uses some of its code and functionality!!

Results 5 svelte-scrollto issues
Sort by recently updated
recently updated
newest added

Hi! This product is really great! But i see one issue, when i press the button there is a delay where its scrolling but not at the rate thats optimal....

Hi, I am running npm run dev with Sapper / Svelte, I have installed your scroll to package via NPM but keep getting this issue: ``` /home/XXXX/node_modules/svelte-scrollto/src/index.js:1 import { cubicInOut...

As more and more people are using svelte with typescript it would be cool if you could provide a declaration file so people can use this in typescript projects aswell.

This adds scroll listeners for aborting the animated scroll. I noticed when using this package that scrolling or clicking during animation didn't do anything and `onAborting` always ran after `onDone`,...

It would be nice if you could add an option to not over-scroll even when there is an offset, if limits of the container is reached. Sometimes there is a...