Commit 2991f0db by doszhang

dos

parent ba5aba4b
...@@ -82,45 +82,27 @@ input::-webkit-input-placeholder { ...@@ -82,45 +82,27 @@ input::-webkit-input-placeholder {
} }
.home-page .candle-block.animate { .home-page .candle-block.animate {
animation: fadeInOut2 1s ease infinite; animation: fadeInOut 1s ease infinite;
-webkit-animation: fadeInOut2 1s ease infinite; -webkit-animation: fadeInOut 1s ease infinite;
} }
/* .home-page .light2 {
animation: fadeInOut 1s 0.5s ease infinite forwards;
-webkit-animation: fadeInOut 1s 0.5s ease infinite forwards;
} */
.home-page .candle { .home-page .candle {
opacity: 0; opacity: 0;
} }
.home-page .btn-next.animate { .home-page .btn-next.animate {
animation: fadeInOut2 1s ease infinite; animation: fadeInOut 1s ease infinite;
-webkit-animation: fadeInOut2 1s ease infinite; -webkit-animation: fadeInOut 1s ease infinite;
}
@keyframes fadeInOut2 {
0%,
100% {
opacity: 0;
}
50% {
opacity: 1;
}
} }
@keyframes fadeInOut { @keyframes fadeInOut {
0%, 0%,
50%,
100% { 100% {
opacity: 0; opacity: 0;
} }
25% { 50% {
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