Increase touch zoom anim duration

This commit is contained in:
Éric Lemoine
2013-03-25 22:07:26 +01:00
parent de1575e457
commit 3c03c8beab

View File

@@ -11,7 +11,7 @@ goog.require('ol.interaction.Touch');
/** /**
* @define {number} Animation duration. * @define {number} Animation duration.
*/ */
ol.interaction.TOUCHZOOM_ANIMATION_DURATION = 250; ol.interaction.TOUCHZOOM_ANIMATION_DURATION = 400;