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
{{ message }}
This repository was archived by the owner on Apr 15, 2020. It is now read-only.
scroll-top: a two-way bind to the scrollTop of the element
scroll-animation: with values: true, false or "animationDuration<number> animationEasing<string>" e.g. "400 swing". true would cause it to use the defaults: defaultSnapscrollSnapDuration and defaultSnapscrollScrollEasing
This would require some refactoring in the code to expose code that is in the snapscroll directive as services that can be shared by these directives.