Longer animations
This commit is contained in:
parent
23c5ba5553
commit
6890f2ca19
|
@ -33,7 +33,7 @@ body {
|
|||
font-weight: 300;
|
||||
margin-bottom: 20px;
|
||||
text-align: center;
|
||||
animation: rise 1s ease-out;
|
||||
animation: rise 2s ease-out;
|
||||
}
|
||||
|
||||
.links {
|
||||
|
@ -48,7 +48,7 @@ body {
|
|||
display: inline-block;
|
||||
padding: 5px;
|
||||
width: 25%;
|
||||
animation: rise 2s ease-out;
|
||||
animation: rise 4s ease-out;
|
||||
}
|
||||
|
||||
.links li a {
|
||||
|
@ -63,7 +63,7 @@ body {
|
|||
.uploadForm {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
animation: rise 1.5s ease-out;
|
||||
animation: rise 3s ease-out;
|
||||
}
|
||||
|
||||
.uploadButton {
|
||||
|
|
Loading…
Reference in New Issue