dom-scroll-into-view icon indicating copy to clipboard operation
dom-scroll-into-view copied to clipboard

How to apply easing while it's scrolling

Open JasonShin opened this issue 8 years ago • 2 comments

Hey, thanks for a great library.

Any idea how to apply easing while it's doing the scroll? Currently, scroll to is happening instantly.

JasonShin avatar Sep 18 '17 06:09 JasonShin

You can set the easing with CSS on the DIV with the scrollbar e.g.:

.wrapper{ scroll-behavior: smooth; }

alex84G avatar Nov 29 '19 13:11 alex84G

I think it would be simpler to make a slight change to the code base to use the following: window.scrollTo({ Top: Y, Left: X, behavior: 'smooth' })

raj-aayush avatar May 17 '22 22:05 raj-aayush