Skip to content

Commit 513e840

Browse files
authored
Update zoom.js
Allow 1 second before loading
1 parent a064ad1 commit 513e840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zoom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default (function () {
3232

3333
setTimeout(() => {
3434
mediumZoom(selector);
35-
}, 100);
35+
}, 1000);
3636

3737
},
3838
};

0 commit comments

Comments
 (0)