mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
Small speedup/cleanup of some code
This commit is contained in:
parent
cca0fc15da
commit
4bcfc81830
5 changed files with 24 additions and 40 deletions
|
|
@ -1,10 +1,10 @@
|
|||
|
||||
@keyframes login-form-shake {
|
||||
0% {transform: translateX(0);}
|
||||
12.5% {transform: translateX(-6px) rotateY(-5deg)}
|
||||
37.5% {transform: translateX(5px) rotateY(4deg)}
|
||||
62.5% {transform: translateX(-3px) rotateY(-2deg)}
|
||||
87.5% {transform: translateX(2px) rotateY(1deg)}
|
||||
12.5% {transform: translateX(-6px)}
|
||||
37.5% {transform: translateX(5px)}
|
||||
62.5% {transform: translateX(-3px)}
|
||||
87.5% {transform: translateX(2px)}
|
||||
100% {transform: translateX(0)}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue