Skip to content

Tags: scott/smooth-scroll

Tags

v12.1.5

Toggle v12.1.5's commit message
Fixed document height miscalculation

v12.1.4

Toggle v12.1.4's commit message
Fixed endLocation() calculation error that was preventing scrolling i…

…n some applications.

v12.1.3

Toggle v12.1.3's commit message
Fixed global undefined

v12.1.2

Toggle v12.1.2's commit message
Fixed UMD for webpack

v12.1.1

Toggle v12.1.1's commit message
Switched window back to root

v12.1.0

Toggle v12.1.0's commit message
Added Reduce Motion support

v12.0.0

Toggle v12.0.0's commit message
- Switched to `requestAnimationFrame`

- Added new init method that allows for multiple instantiations on a page
- Added `cancelScroll()` method
- Removed `data-options` feature
- A selector is now required at init

v11.1.0

Toggle v11.1.0's commit message
Added option to ignore links with a specific selector (useful if usin…

…g the a[href*="#"] selector option)

v11.0.2

Toggle v11.0.2's commit message
- Updated docs

- Fixed bug with new custom easing patterns

v11.0.1

Toggle v11.0.1's commit message
Removed console.log()