Add animation duration to ol.View2D.zoom

This commit is contained in:
Tom Payne
2013-01-17 15:36:36 +01:00
parent 0257db05df
commit 965d5e2cc8
2 changed files with 11 additions and 3 deletions

View File

@@ -1,10 +1,10 @@
// FIXME works for View2D only
// FIXME dependency on ol.View2D suppressed to prevent dependency loop
goog.provide('ol.animation');
goog.require('goog.fx.easing');
goog.require('ol.PreRenderFunction');
goog.require('ol.View2D');
goog.require('ol.easing');