Commit d8b3bdac by doszhang

dos

parent 8438dd40
...@@ -287,8 +287,8 @@ input::-webkit-input-placeholder { ...@@ -287,8 +287,8 @@ input::-webkit-input-placeholder {
.flagadd.animate { .flagadd.animate {
animation: flagadd 1s ease-in both; animation: flagadd 2s ease-in both;
-webkit-animation: flagadd 1s ease-in both; -webkit-animation: flagadd 2s ease-in both;
} }
@keyframes fadeInOut1 { @keyframes fadeInOut1 {
...@@ -345,7 +345,9 @@ input::-webkit-input-placeholder { ...@@ -345,7 +345,9 @@ input::-webkit-input-placeholder {
} }
@keyframes flagadd { @keyframes flagadd {
0% {
0%,
25% {
transform: translateY(0); transform: translateY(0);
opacity: 1; opacity: 1;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment