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
Description
Adding a new scroll-position functional modifier that mimics the native scrollTop and scrollBottom.
API
top
left
Each API will take an numerical value or a callback that exposes the element as its first argument, e.g callback(element). This allows interacting with this.element for more flexible implementation like scrollBottom or scrollRight, if needed.
Description
Adding a new scroll-position functional modifier that mimics the native scrollTop and scrollBottom.
API
Each API will take an numerical value or a callback that exposes the element as its first argument, e.g callback(element). This allows interacting with
this.element
for more flexible implementation likescrollBottom
orscrollRight
, if needed.Examples
1.
The text was updated successfully, but these errors were encountered: