Commit 9039bde3 by doszhang

dos

parent 42a0823b
...@@ -140,8 +140,8 @@ input::-webkit-input-placeholder { ...@@ -140,8 +140,8 @@ input::-webkit-input-placeholder {
} }
.flag-page .choose-block.animate { .flag-page .choose-block.animate {
animation: fadeInOut 2s linear infinite; animation: fadeInOut1 2s linear infinite;
-webkit-animation: fadeInOut 2s linear infinite; -webkit-animation: fadeInOut1 2s linear infinite;
} }
.flag-page .flag-block { .flag-page .flag-block {
...@@ -291,6 +291,18 @@ input::-webkit-input-placeholder { ...@@ -291,6 +291,18 @@ input::-webkit-input-placeholder {
-webkit-animation: flagadd 1s ease-in both; -webkit-animation: flagadd 1s ease-in both;
} }
@keyframes fadeInOut1 {
0%,
100% {
opacity: 1;
}
50% {
opacity: 0.5;
}
}
@keyframes star1 { @keyframes star1 {
0% { 0% {
opacity: 0; opacity: 0;
......
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