PinchInputOption
The option object of the eg.Axes.PinchInput module
Type: Object
PARAMETER | TYPE | OPTIONAL | DEFAULT | DESCRIPTION |
---|---|---|---|---|
scale | Number | ✔️ | 1 | Coordinate scale that a user can move |
threshold | Number | ✔️ | 0 | Minimal scale before recognizing |
inputType | Array<String> | ✔️ | ["touch", "pointer"] | Types of input devices - touch: Touch screen - pointer: Mouse and touch |
touchAction | String | ✔️ | "none" | Value that overrides the element's "touch-action" css property. It is set to "none" to prevent scrolling during touch. |