Commit d194b897 by doszhang

dos

parent 9d1e8945
...@@ -82,18 +82,13 @@ input::-webkit-input-placeholder { ...@@ -82,18 +82,13 @@ input::-webkit-input-placeholder {
} }
.home-page .candle-block.animate { .home-page .candle-block.animate {
animation: fadeInOut 1s ease infinite; animation: fadeInOut2 1s ease infinite;
-webkit-animation: fadeInOut 1s ease infinite; -webkit-animation: fadeInOut2 1s ease infinite;
}
.home-page .light1 {
animation: fadeInOut2 2s ease infinite;
-webkit-animation: fadeInOut2 2s ease infinite;
} }
.home-page .light2 { .home-page .light2 {
animation: fadeInOut2 2s 1s ease infinite; animation: fadeInOut 2s 1s ease infinite;
-webkit-animation: fadeInOut2 2s 1s ease infinite; -webkit-animation: fadeInOut 2s 1s ease infinite;
} }
.home-page .candle { .home-page .candle {
...@@ -101,8 +96,8 @@ input::-webkit-input-placeholder { ...@@ -101,8 +96,8 @@ input::-webkit-input-placeholder {
} }
.home-page .btn-next.animate { .home-page .btn-next.animate {
animation: fadeInOut 1s ease infinite; animation: fadeInOut2 1s ease infinite;
-webkit-animation: fadeInOut 1s ease infinite; -webkit-animation: fadeInOut2 1s ease infinite;
} }
@keyframes fadeInOut2 { @keyframes fadeInOut2 {
......
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