Skip to content

Commit b433f3c

Browse files
committed
Turn down delay on blur demo
1 parent 8e9170c commit b433f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

animated-blur/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
if(img === event.target) return;
2828
animation.play(AnimatedBlur.BLUR_MODE.BLUR);
2929
});
30-
}, 500);
30+
}, 200);
3131
}
3232

3333
function onLeave(event) {

0 commit comments

Comments
 (0)