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 a074c47 commit f821961Copy full SHA for f821961
27. Lazy Loading/app.js
@@ -10,6 +10,7 @@ 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