From 6b8136f54c909b024834ec7a98a1fbb62356c8f5 Mon Sep 17 00:00:00 2001
From: Nafargi Damena <143782082+nafargi@users.noreply.github.com>
Date: Thu, 29 Aug 2024 03:42:50 +0300
Subject: [PATCH 01/10] Update index.html
---
02.Creative Loading Animation/index.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/02.Creative Loading Animation/index.html b/02.Creative Loading Animation/index.html
index 3297fa7..9cb5f43 100644
--- a/02.Creative Loading Animation/index.html
+++ b/02.Creative Loading Animation/index.html
@@ -7,6 +7,7 @@
+
From 8e3a5cbd5b7fe522d89cd3c2ba789b07ecb1da8b Mon Sep 17 00:00:00 2001
From: Nafargi Damena <143782082+nafargi@users.noreply.github.com>
Date: Thu, 29 Aug 2024 03:43:08 +0300
Subject: [PATCH 02/10] Update index.html
---
04. Creative Image Hover Effect/index.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/04. Creative Image Hover Effect/index.html b/04. Creative Image Hover Effect/index.html
index 7595211..09c3fb8 100644
--- a/04. Creative Image Hover Effect/index.html
+++ b/04. Creative Image Hover Effect/index.html
@@ -7,6 +7,7 @@
+
From 9c9050a083959d1cca5efb2f2a929f46adc23d63 Mon Sep 17 00:00:00 2001
From: Nafargi Damena <143782082+nafargi@users.noreply.github.com>
Date: Wed, 25 Sep 2024 01:05:15 +0300
Subject: [PATCH 03/10] Update app.js
---
27. Lazy Loading/app.js | 1 -
1 file changed, 1 deletion(-)
diff --git a/27. Lazy Loading/app.js b/27. Lazy Loading/app.js
index 5d4d92f..6cb740f 100644
--- a/27. Lazy Loading/app.js
+++ b/27. Lazy Loading/app.js
@@ -10,7 +10,6 @@ function blurring() {
if (load > 99) {
clearInterval(int);
}
-
loadText.innerText = `${load}%`;
loadText.style.opacity = scale(load, 0, 100, 1, 0);
background.style.filter = `blur(${scale(load, 0, 100, 30, 0)}px)`;
From 1fe87aefe70ea09900a4f3b8303c8f8fee196656 Mon Sep 17 00:00:00 2001
From: Nafargi Damena <143782082+nafargi@users.noreply.github.com>
Date: Wed, 25 Sep 2024 01:05:25 +0300
Subject: [PATCH 04/10] Update app.js
---
27. Lazy Loading/app.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/27. Lazy Loading/app.js b/27. Lazy Loading/app.js
index 6cb740f..ef7a616 100644
--- a/27. Lazy Loading/app.js
+++ b/27. Lazy Loading/app.js
@@ -10,6 +10,7 @@ function blurring() {
if (load > 99) {
clearInterval(int);
}
+
loadText.innerText = `${load}%`;
loadText.style.opacity = scale(load, 0, 100, 1, 0);
background.style.filter = `blur(${scale(load, 0, 100, 30, 0)}px)`;
From ac37503cedd9beae4b515773d116fac7fa75ea33 Mon Sep 17 00:00:00 2001
From: Nafargi Damena <143782082+nafargi@users.noreply.github.com>
Date: Wed, 25 Sep 2024 01:05:33 +0300
Subject: [PATCH 05/10] Update app.js
---
27. Lazy Loading/app.js | 1 -
1 file changed, 1 deletion(-)
diff --git a/27. Lazy Loading/app.js b/27. Lazy Loading/app.js
index ef7a616..6cb740f 100644
--- a/27. Lazy Loading/app.js
+++ b/27. Lazy Loading/app.js
@@ -10,7 +10,6 @@ function blurring() {
if (load > 99) {
clearInterval(int);
}
-
loadText.innerText = `${load}%`;
loadText.style.opacity = scale(load, 0, 100, 1, 0);
background.style.filter = `blur(${scale(load, 0, 100, 30, 0)}px)`;
From eea0c9ce636c61287f3c077b14381010b0eba5a2 Mon Sep 17 00:00:00 2001
From: Nafargi Damena <143782082+nafargi@users.noreply.github.com>
Date: Wed, 25 Sep 2024 01:05:43 +0300
Subject: [PATCH 06/10] Update app.js
---
27. Lazy Loading/app.js | 1 -
1 file changed, 1 deletion(-)
diff --git a/27. Lazy Loading/app.js b/27. Lazy Loading/app.js
index 6cb740f..ee27bc9 100644
--- a/27. Lazy Loading/app.js
+++ b/27. Lazy Loading/app.js
@@ -6,7 +6,6 @@ let int = setInterval(blurring, 30);
function blurring() {
load++;
-
if (load > 99) {
clearInterval(int);
}
From a8e100166e8687387f96112a08ea98d8541e80ed Mon Sep 17 00:00:00 2001
From: Nafargi Damena <143782082+nafargi@users.noreply.github.com>
Date: Wed, 25 Sep 2024 01:05:54 +0300
Subject: [PATCH 07/10] Update app.js
---
27. Lazy Loading/app.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/27. Lazy Loading/app.js b/27. Lazy Loading/app.js
index ee27bc9..7cc31e7 100644
--- a/27. Lazy Loading/app.js
+++ b/27. Lazy Loading/app.js
@@ -5,6 +5,7 @@ let load = 0;
let int = setInterval(blurring, 30);
function blurring() {
+
load++;
if (load > 99) {
clearInterval(int);
From 4a9972ead571a621ad6d9704b96077215e3591a2 Mon Sep 17 00:00:00 2001
From: Nafargi Damena <143782082+nafargi@users.noreply.github.com>
Date: Wed, 25 Sep 2024 01:06:05 +0300
Subject: [PATCH 08/10] Update app.js
---
27. Lazy Loading/app.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/27. Lazy Loading/app.js b/27. Lazy Loading/app.js
index 7cc31e7..ed5c503 100644
--- a/27. Lazy Loading/app.js
+++ b/27. Lazy Loading/app.js
@@ -10,6 +10,7 @@ function blurring() {
if (load > 99) {
clearInterval(int);
}
+
loadText.innerText = `${load}%`;
loadText.style.opacity = scale(load, 0, 100, 1, 0);
background.style.filter = `blur(${scale(load, 0, 100, 30, 0)}px)`;
From a074c47b0b70e873d014748a89e3365adb6374b1 Mon Sep 17 00:00:00 2001
From: Nafargi Damena <143782082+nafargi@users.noreply.github.com>
Date: Wed, 25 Sep 2024 01:06:17 +0300
Subject: [PATCH 09/10] Update app.js
---
27. Lazy Loading/app.js | 1 -
1 file changed, 1 deletion(-)
diff --git a/27. Lazy Loading/app.js b/27. Lazy Loading/app.js
index ed5c503..7cc31e7 100644
--- a/27. Lazy Loading/app.js
+++ b/27. Lazy Loading/app.js
@@ -10,7 +10,6 @@ function blurring() {
if (load > 99) {
clearInterval(int);
}
-
loadText.innerText = `${load}%`;
loadText.style.opacity = scale(load, 0, 100, 1, 0);
background.style.filter = `blur(${scale(load, 0, 100, 30, 0)}px)`;
From f821961bcb5897eb3e1bb46f4139114157390aa9 Mon Sep 17 00:00:00 2001
From: Nafargi Damena <143782082+nafargi@users.noreply.github.com>
Date: Wed, 25 Sep 2024 01:06:26 +0300
Subject: [PATCH 10/10] Update app.js
---
27. Lazy Loading/app.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/27. Lazy Loading/app.js b/27. Lazy Loading/app.js
index 7cc31e7..ed5c503 100644
--- a/27. Lazy Loading/app.js
+++ b/27. Lazy Loading/app.js
@@ -10,6 +10,7 @@ function blurring() {
if (load > 99) {
clearInterval(int);
}
+
loadText.innerText = `${load}%`;
loadText.style.opacity = scale(load, 0, 100, 1, 0);
background.style.filter = `blur(${scale(load, 0, 100, 30, 0)}px)`;