fisshy / react-scroll

React scroll component
https://github.com/fisshy/react-scroll/blob/master/README.md
MIT License
4.35k stars 436 forks source link

Duration of scroll different in safari and chrome #534

Open FLP13 opened 1 year ago

FLP13 commented 1 year ago

scroller.scrollTo("scroll", { duration: 200, smooth: true });

this works in all browsers but in all but chrome it goes super fast. if I go higher than 200, it becomes choppy/delayed in chrome even with adding delay 0