From 4f78316607dc205b729721d90fa9e7977a98c55b Mon Sep 17 00:00:00 2001 From: Modou Aicha Diop Date: Sun, 19 Nov 2023 05:52:19 +0000 Subject: [PATCH] add zoom,genenration, functionality, --- headerTextStyle.js | 2 +- index.html | 6 +++- script.js | 75 ++++++++++++++++++++++++++++++++++++++++++---- style.css | 43 ++++++++++++++++++++++++++ style.js | 4 +-- 5 files changed, 120 insertions(+), 10 deletions(-) diff --git a/headerTextStyle.js b/headerTextStyle.js index 8cc93ea..648f729 100644 --- a/headerTextStyle.js +++ b/headerTextStyle.js @@ -210,5 +210,5 @@ function updateCellClassStyleText() { }); } -let intervalStyleText = 20 * 1000; // 5 second +let intervalStyleText = 10 * 1000; // 1 second setInterval(UpdateCellStyleText, intervalStyleText); diff --git a/index.html b/index.html index 90ce3e2..baac517 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,8 @@
-
+

+