Skip to content

Interface: WheelIntentOptions

Defined in: gestures.ts:40

Properties

boost?

optional boost?: number

Defined in: gestures.ts:48

Re-flick detector: a delta this many times the recent maximum is a new gesture even mid-tail (default 2).


boostMin?

optional boostMin?: number

Defined in: gestures.ts:51

Ignore re-flick spikes below this magnitude — late-tail jitter between tiny values must not qualify (default 10 px).


quietMs?

optional quietMs?: number

Defined in: gestures.ts:45

Event gap that ends a gesture (default 150 ms — inertia tails emit faster than this until they truly die).


threshold?

optional threshold?: number

Defined in: gestures.ts:42

Accumulated px that mean "one step" (default 60).