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 eea0c9c commit a8e1001Copy full SHA for a8e1001
27. Lazy Loading/app.js
@@ -5,6 +5,7 @@ let load = 0;
5
let int = setInterval(blurring, 30);
6
7
function blurring() {
8
+
9
load++;
10
if (load > 99) {
11
clearInterval(int);
0 commit comments