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 4a9972e commit a074c47Copy full SHA for a074c47
27. Lazy Loading/app.js
@@ -10,7 +10,6 @@ function blurring() {
10
if (load > 99) {
11
clearInterval(int);
12
}
13
-
14
loadText.innerText = `${load}%`;
15
loadText.style.opacity = scale(load, 0, 100, 1, 0);
16
background.style.filter = `blur(${scale(load, 0, 100, 30, 0)}px)`;
0 commit comments