Skip to content

Commit

Permalink
login - animation removed (#1344)
Browse files Browse the repository at this point in the history
  • Loading branch information
TaraRostami committed Dec 12, 2023
1 parent 4b89476 commit 24a0b14
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions web/html/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,6 @@
opacity: 1;
}
}
@keyframes wave {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.wave {
opacity: 0.6;
position: absolute;
Expand All @@ -74,16 +66,16 @@
margin-left: -3000px;
transform-origin: 50% 48%;
border-radius: 46%;
animation: wave 72s infinite linear;
pointer-events: none;
rotate: 125deg;
}
.wave2 {
animation: wave 88s infinite linear;
opacity: 0.3;
opacity: 0.4;
rotate: 70deg;
}
.wave3 {
animation: wave 80s infinite linear;
opacity: 0.1;
opacity: 0.2;
rotate: 90deg;
}
.under {
background-color: #dbf5ed;
Expand Down Expand Up @@ -156,10 +148,10 @@
background-origin: border-box;
background-clip: padding-box, border-box;
background-size: 300%;
animation: wave-btn-tara 4s ease infinite;
transition: all 0.5s ease;
width: 100%;
}
.dark .wave-btn-bg:hover {animation: wave-btn-tara 4s ease infinite;}
.dark .wave-btn-bg-cl {
background-image: linear-gradient(rgba(13, 14, 33, 0), rgba(13, 14, 33, 0)),
radial-gradient(circle at left top, #006655, #009980, #006655) !important;
Expand Down

2 comments on commit 24a0b14

@mohsenrahmani145
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

سلام وقت بخیر علت اینکه انیمیشن لاگین رو حذف کردید چی بود به نظرم خیلی قشنگ تر بود با انیمیشن؟

@MHSanaei
Copy link
Owner

@MHSanaei MHSanaei commented on 24a0b14 Dec 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mohsenrahmani145

علت این بود چون انیمیشن زیادی داشت فشار زیادی روی گرافیک وارد میکرد بعد هم پشتمون حرف دراوردن که ماین میکنیم ماهم
برداشتم

Please sign in to comment.