We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac37503 commit eea0c9cCopy full SHA for eea0c9c
27. Lazy Loading/app.js
@@ -6,7 +6,6 @@ let int = setInterval(blurring, 30);
6
7
function blurring() {
8
load++;
9
-
10
if (load > 99) {
11
clearInterval(int);
12
}
0 commit comments