Asscroll Versions Save

Ash's Smooth Scroll 🍑

v2.0.7

2 years ago
  • Fix: correctly disable scroll input when touchScrollType is 'scrollTop'

v2.0.6

2 years ago
  • Fixed the browserslist config so it targets browsers correctly in the builds.
  • Fixed the scrollbar flashing when attempting to scroll whilst at the top or bottom of the page

From 2.0.5:

  • Temporary(?) fix for Apple mouse/trackpad causing extra native scroll events whilst "wheeling" which would cause ASScroll to revert to the previously reported native scroll position. Only affects macOS Monterey Chrome v99+

v2.0.4

2 years ago
  • Added isScrollJacking flag
  • Fall back to window.scrollTo() within ASScroll's .scrollTo() method when native scroll is being used

v2.0.2

2 years ago

v2.0.1

3 years ago

See Changelog

v1.7.9

3 years ago

Includes fixes from previous releases:

  • Clamp scroll position before emitting scroll event, fixing #44
  • Fix native scroll triggering scroll callback on manual resize via .onResize()

v1.7.6

3 years ago
  • Delegate the scroll block event so it doesn't need to scan elements

v1.7.5

3 years ago
  • Add ability to add a class to an element to prevent ASScroll from scrolling the page i.e. overflow elements

v1.7.4

3 years ago
  • adds the option to allow horizontal scrolling on touch devices

v1.7.1

3 years ago
  • Fix scroll jump when pressing a button that triggers scroll on keyboard whilst scroll position is lerping
  • Fix frame rate delta modifying going above 1, causing scroll jumps