Skip to content

v0.1.0

Compare
Choose a tag to compare
@taion taion released this 05 Nov 22:05
· 452 commits to master since this release

This is the initial release of the scroll-behavior package. This initial release includes three scroll behaviors:

  • useScrollToTopBehavior
  • useSimpleScrollBehavior
  • useStandardScrollBehavior

Ideally, we would like useStandardScrollBehavior to be appropriate for the typical use case of imitating browser scroll behavior. This release includes the other scroll behaviors for completeness, and to allow users to compare the scroll behaviors and to offer feedback.