From b3632ef7cf1ba9c7e9cdf16ed1b6cac5eda1ff8e Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Tue, 26 Nov 2024 21:30:42 +0300 Subject: [PATCH] Update 1.js --- JAVASCRIPT/1.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JAVASCRIPT/1.js b/JAVASCRIPT/1.js index 1cdd0bd..ba656ed 100644 --- a/JAVASCRIPT/1.js +++ b/JAVASCRIPT/1.js @@ -1,5 +1,5 @@ // Kutucukları seç -const boxes = document.querySelectorAll('.animated-box'); +const boxes = document.querySelectorAll('.services_id'); // Görünürlük kontrol fonksiyonu function checkVisibility() {