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 has been archived by the owner on Mar 27, 2019. It is now read-only.
We're using iscroll-probe with the probeType set to 3 meaning that a scroll event is fired whenever the slider is moved.
However, activating the handy keybindings option and moving the slider via keyboard doesn't emit any events whatsoever.
What's happening is: scrollTo is called with time = 0. That's why the if-condition is true leading to _translate being executed instead of _animate. _animate would emit events. _translate doesn't.
We're using
iscroll-probe
with theprobeType
set to3
meaning that a scroll event is fired whenever the slider is moved.However, activating the handy
keybindings
option and moving the slider via keyboard doesn't emit any events whatsoever.What's happening is:
scrollTo
is called withtime = 0
. That's why theif
-condition is true leading to_translate
being executed instead of_animate
._animate
would emit events._translate
doesn't.iscroll/build/iscroll-probe.js
Lines 861 to 875 in 60ed6f8
The text was updated successfully, but these errors were encountered: