Skip to content

Commit 23eaa5e

Browse files
AndreyAndrey
authored andcommitted
remove delay on resize
1 parent 26c0d5b commit 23eaa5e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/angular-cycle-gallery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@
964964

965965
Resize.prototype.resizeTimeout = 0;
966966

967-
Resize.prototype.resizeDelay = 500;
967+
Resize.prototype.resizeDelay = 0;
968968

969969
function Resize(mover, holder) {
970970
this.mover = mover;

build/angular-cycle-gallery.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/js/gallery/service/resize.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ angular.module('multiGallery').service 'Resize', ->
66
holder: null
77

88
resizeTimeout: 0
9-
resizeDelay: 500
9+
resizeDelay: 0
1010

1111
constructor: (mover, holder)->
1212
@mover = mover

0 commit comments

Comments
 (0)