Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

change hold delay #1

Open
forresto opened this issue May 9, 2014 · 0 comments
Open

change hold delay #1

forresto opened this issue May 9, 2014 · 0 comments

Comments

@forresto
Copy link
Contributor

forresto commented 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.

PolymerGestures.dispatcher.gestures.forEach( function (gesture) {
  // hold
  if (gesture.HOLD_DELAY) {
    gesture.HOLD_DELAY = 500;
  }
  // track
  if (gesture.WIGGLE_THRESHOLD) {
    gesture.WIGGLE_THRESHOLD = 8;
  }
});
@forresto forresto changed the title HOLD_DELAY WIGGLE_THRESHOLD etc config change hold delay May 9, 2014
@dfreedm dfreedm self-assigned this Aug 7, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants