Replace ol.animation.createSpin with ol.animation.createRotateFrom

This commit is contained in:
Frederic Junod
2013-02-06 17:10:21 +01:00
parent 3692918ed7
commit 3355f9345d
4 changed files with 29 additions and 27 deletions
+5 -5
View File
@@ -38,11 +38,11 @@
@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.RotateFromOptions
@exportObjectLiteralProperty ol.animation.RotateFromOptions.rotation number
@exportObjectLiteralProperty ol.animation.RotateFromOptions.start number|undefined
@exportObjectLiteralProperty ol.animation.RotateFromOptions.duration number|undefined
@exportObjectLiteralProperty ol.animation.RotateFromOptions.easing function(number):number|undefined
@exportObjectLiteral ol.animation.ZoomFromOptions
@exportObjectLiteralProperty ol.animation.ZoomFromOptions.resolution number