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
{{ message }}
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.
@markcellus, thanks for creating such a versatile package to handle more complex and programmatic scrolling needs.
Would you consider adding a scrollBy method that accounts for the current scroll offset of the target, similar to how the browser's built-in APIs offer both scrollTo and scrollBy methods?
@markcellus, thanks for creating such a versatile package to handle more complex and programmatic scrolling needs.
Would you consider adding a
scrollBy
method that accounts for the current scroll offset of the target, similar to how the browser's built-in APIs offer bothscrollTo
andscrollBy
methods?scrollTo
(MDN docs)scrollBy
(MDN docs)Thanks!
The text was updated successfully, but these errors were encountered: