You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* bugfix: to fix the start index in the pagination and simplefied the `#handleScrollStart()` so that it also works in Safari
* Using requestAnimationFrame allows you to calculate the scroll position after the browser has finished processing all layout and style updates, ensuring that offsetLeft returns the correct value.
0 commit comments