diff --git a/lib/gallery.js b/lib/gallery.js index f259237..c33dff6 100644 --- a/lib/gallery.js +++ b/lib/gallery.js @@ -105,7 +105,7 @@ Gallery = (function(superClass) { }); }); }; - })(this)), 5); + })(this)), 200); }; Gallery.prototype._bind = function() { diff --git a/src/gallery.coffee b/src/gallery.coffee index 1abfb09..13d06f7 100644 --- a/src/gallery.coffee +++ b/src/gallery.coffee @@ -95,7 +95,7 @@ class Gallery extends SimpleModule @_initRoutate() @gallery.one @util.transitionEnd(), (e) => @_zoomInPosition() - ), 5 + ), 200 _bind: () ->