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 13, 2018. It is now read-only.
With PointerGestures I monkeypatched a config for HOLD_DELAY and other options googlearchive/PointerGestures#17 ... would be nice if those were exposed options here.
PolymerGestures.dispatcher.gestures.forEach( function (gesture) {
// hold
if (gesture.HOLD_DELAY) {
gesture.HOLD_DELAY = 500;
}
// track
if (gesture.WIGGLE_THRESHOLD) {
gesture.WIGGLE_THRESHOLD = 8;
}
});
The text was updated successfully, but these errors were encountered:
forresto
changed the title
HOLD_DELAY WIGGLE_THRESHOLD etc config
change hold delay
May 9, 2014
With PointerGestures I monkeypatched a config for HOLD_DELAY and other options googlearchive/PointerGestures#17 ... would be nice if those were exposed options here.
The text was updated successfully, but these errors were encountered: