No olx and ol types for ol/interaction/PinchRotate
This commit is contained in:
@@ -47,28 +47,6 @@ olx.interaction.TranslateOptions.prototype.hitTolerance;
|
||||
|
||||
|
||||
/**
|
||||
* @typedef {{threshold: (number|undefined),
|
||||
* duration: (number|undefined)}}
|
||||
*/
|
||||
olx.interaction.PinchRotateOptions;
|
||||
|
||||
|
||||
/**
|
||||
* The duration of the animation in milliseconds. Default is `250`.
|
||||
* @type {number|undefined}
|
||||
* @api
|
||||
*/
|
||||
olx.interaction.PinchRotateOptions.prototype.duration;
|
||||
|
||||
|
||||
/**
|
||||
* Minimal angle in radians to start a rotation. Default is `0.3`.
|
||||
* @type {number|undefined}
|
||||
* @api
|
||||
*/
|
||||
olx.interaction.PinchRotateOptions.prototype.threshold;
|
||||
|
||||
|
||||
/**
|
||||
* @typedef {{
|
||||
* duration: (number|undefined),
|
||||
|
||||
@@ -14,13 +14,6 @@
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* @typedef {Object} interaction_PinchRotateOptions
|
||||
* @property {number|undefined} duration The duration of the animation in milliseconds. Default is `250`.
|
||||
* @property {number|undefined} threshold Minimal angle in radians to start a rotation. Default is `0.3`.
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* @typedef {Object} interaction_PinchZoomOptions
|
||||
* @property {number|undefined} duration Animation duration in milliseconds. Default is `400`.
|
||||
|
||||
Reference in New Issue
Block a user