Use option object rather than positional arguments for ol.animation.create* functions
This commit is contained in:
@@ -26,6 +26,30 @@
|
||||
@exportObjectLiteralProperty ol.View2DOptions.zoom number|undefined
|
||||
@exportObjectLiteralProperty ol.View2DOptions.zoomFactor number|undefined
|
||||
|
||||
@exportObjectLiteral ol.animation.BounceOptions
|
||||
@exportObjectLiteralProperty ol.animation.BounceOptions.resolution number
|
||||
@exportObjectLiteralProperty ol.animation.BounceOptions.start number|undefined
|
||||
@exportObjectLiteralProperty ol.animation.BounceOptions.duration number|undefined
|
||||
@exportObjectLiteralProperty ol.animation.BounceOptions.easing function(number):number|undefined
|
||||
|
||||
@exportObjectLiteral ol.animation.PanFromOptions
|
||||
@exportObjectLiteralProperty ol.animation.PanFromOptions.source ol.Coordinate
|
||||
@exportObjectLiteralProperty ol.animation.PanFromOptions.start number|undefined
|
||||
@exportObjectLiteralProperty ol.animation.PanFromOptions.duration number|undefined
|
||||
@exportObjectLiteralProperty ol.animation.PanFromOptions.easing function(number):number|undefined
|
||||
|
||||
@exportObjectLiteral ol.animation.SpinOptions
|
||||
@exportObjectLiteralProperty ol.animation.SpinOptions.turns number
|
||||
@exportObjectLiteralProperty ol.animation.SpinOptions.start number|undefined
|
||||
@exportObjectLiteralProperty ol.animation.SpinOptions.duration number|undefined
|
||||
@exportObjectLiteralProperty ol.animation.SpinOptions.easing function(number):number|undefined
|
||||
|
||||
@exportObjectLiteral ol.animation.ZoomFromOptions
|
||||
@exportObjectLiteralProperty ol.animation.ZoomFromOptions.resolution number
|
||||
@exportObjectLiteralProperty ol.animation.ZoomFromOptions.start number|undefined
|
||||
@exportObjectLiteralProperty ol.animation.ZoomFromOptions.duration number|undefined
|
||||
@exportObjectLiteralProperty ol.animation.ZoomFromOptions.easing function(number):number|undefined
|
||||
|
||||
@exportObjectLiteral ol.control.AttributionOptions
|
||||
@exportObjectLiteralProperty ol.control.AttributionOptions.map ol.Map|undefined
|
||||
@exportObjectLiteralProperty ol.control.AttributionOptions.target Element|undefined
|
||||
|
||||
Reference in New Issue
Block a user