From 130b7ed6f3620675a62b56c95f90d4c6c3afbf3a Mon Sep 17 00:00:00 2001 From: SumanShaw Date: Mon, 29 Apr 2024 01:03:26 +0530 Subject: [PATCH] readme updated --- app.js | 2 +- index.html | 2 -- style.css | 61 ------------------------------------------------------ 3 files changed, 1 insertion(+), 64 deletions(-) diff --git a/app.js b/app.js index 0f6ffd6..4b939c3 100644 --- a/app.js +++ b/app.js @@ -35,7 +35,7 @@ async function checkWeather(city){ else{ setTimeout(()=>{ updateData(data); - },100) + },200) } } diff --git a/index.html b/index.html index 99b99a2..7f71398 100644 --- a/index.html +++ b/index.html @@ -15,8 +15,6 @@
-
-
diff --git a/style.css b/style.css index 1c7bc13..e29ce88 100644 --- a/style.css +++ b/style.css @@ -317,64 +317,3 @@ html, body{ -70px 90px 0 rgba(0, 0, 0, 0); } } - - #taskloader{ - background-color: transparent; - width: 100%; - height: 100vh; - position: relative; - z-index: 100; - top: 50%; - left: 50%; - - display: flex; - align-items: center; - justify-content: center; - - display: none; -} - -.custom-loader { - width: 70px; - height: 70px; - background: #ffa600; - border-radius: 50px; - -webkit-mask: radial-gradient(circle 31px at 50% calc(100% + 13px),#000 95%,#0000) top 4px left 50%, - radial-gradient(circle 31px,#000 95%,#0000) center, - radial-gradient(circle 31px at 50% -13px,#000 95%,#0000) bottom 4px left 50%, - linear-gradient(#000 0 0); - -webkit-mask-composite: xor; - mask-composite: exclude; - -webkit-mask-repeat: no-repeat; - animation: cu10 1.5s infinite; - } - - @keyframes cu10 { - 0% { - -webkit-mask-size: 0 18px,0 18px,0 18px,auto - } - - 16.67% { - -webkit-mask-size: 100% 18px,0 18px,0 18px,auto - } - - 33.33% { - -webkit-mask-size: 100% 18px,100% 18px,0 18px,auto - } - - 50% { - -webkit-mask-size: 100% 18px,100% 18px,100% 18px,auto - } - - 66.67% { - -webkit-mask-size: 0 18px,100% 18px,100% 18px,auto - } - - 83.33% { - -webkit-mask-size: 0 18px,0 18px,100% 18px,auto - } - - 100% { - -webkit-mask-size: 0 18px,0 18px,0 18px,auto - } - } \ No newline at end of file