Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a074c47

Browse files
authored
Update app.js
1 parent 4a9972e commit a074c47

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

27. Lazy Loading/app.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ function blurring() {
1010
if (load > 99) {
1111
clearInterval(int);
1212
}
13-
1413
loadText.innerText = `${load}%`;
1514
loadText.style.opacity = scale(load, 0, 100, 1, 0);
1615
background.style.filter = `blur(${scale(load, 0, 100, 30, 0)}px)`;

0 commit comments

Comments
 (0)