Skip to content

v2.1.0: Public API Methods

Latest
Compare
Choose a tag to compare
@mmellison mmellison released this 12 May 15:46
· 8 commits to master since this release
v2.1.0
eebaae5

Release Description

Adds Several New Public API Methods that can be used to programmatically control the hoverScroll directive.

Details

Added the following new Directive inputs:

  • wheelMultiplier

Added the following new Directive public methods:

  • isScrollable
  • moveTo(Y-Coordiante)
  • moveToTop
  • moveToBottom
  • moveToLast
  • reset

See README for additional details.

Important Bug Fixes

Below are the highlights of important bug fixes that were addressed in this release.

  • fix: Wheel Scrolling Works Again