minor improvements
This commit is contained in:
@@ -22,11 +22,8 @@
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
body {
|
||||
animation: scaleUp .7s ease both;
|
||||
}
|
||||
@keyframes scaleUp {
|
||||
from { opacity: 0; transform: scale(.95); }
|
||||
from { opacity: 0; transform: translateY(20px); transform-origin: top center; }
|
||||
}
|
||||
@keyframes appear {
|
||||
from { opacity: 0; }
|
||||
|
||||
Reference in New Issue
Block a user