Run animations in series
This commit is contained in:
@@ -340,6 +340,9 @@ ol.View.prototype.updateAnimations_ = function() {
|
||||
this.set(ol.View.Property.ROTATION, rotation);
|
||||
}
|
||||
more = true;
|
||||
if (!animation.complete) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (seriesComplete) {
|
||||
this.setHint(ol.View.Hint.ANIMATING, -1);
|
||||
|
||||
Reference in New Issue
Block a user