diff options
| author | Tara Rostami <132676256+TaraRostami@users.noreply.github.com> | 2023-12-13 01:41:07 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-13 01:41:07 +0300 |
| commit | 24a0b143ae5f503010bd9be697c5dc2a92691f26 (patch) | |
| tree | 093d8d5c7fa0e3efb20cfc77d170251f902d4523 /web/html | |
| parent | 4b894760a10f26a5b930087f5a176de7270c6dfe (diff) | |
login - animation removed (#1344)
Diffstat (limited to 'web/html')
| -rw-r--r-- | web/html/login.html | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/web/html/login.html b/web/html/login.html index 11fff20b..900dd176 100644 --- a/web/html/login.html +++ b/web/html/login.html @@ -55,14 +55,6 @@ opacity: 1; } } - @keyframes wave { - from { - transform: rotate(0deg); - } - to { - transform: rotate(360deg); - } - } .wave { opacity: 0.6; position: absolute; @@ -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; @@ -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; |
