Commit 051fa704 by doszhang

dos

parent f8b34ed5
...@@ -143,13 +143,13 @@ input::-webkit-input-placeholder { ...@@ -143,13 +143,13 @@ input::-webkit-input-placeholder {
} }
.home-page .light2 { .home-page .light2 {
animation: light 6s 1.5s ease-in-out infinite backwards; animation: light 6s 2s ease-in-out infinite backwards;
-webkit-animation: light 6s 1.5s ease-in-out infinite backwards; -webkit-animation: light 6s 2s ease-in-out infinite backwards;
} }
.home-page .light3 { .home-page .light3 {
animation: light 6s 3.5s ease-in-out infinite backwards; animation: light 6s 4s ease-in-out infinite backwards;
-webkit-animation: light 6s 3.5s ease-in-out infinite backwards; -webkit-animation: light 6s 4s ease-in-out infinite backwards;
} }
@keyframes light { @keyframes light {
...@@ -166,7 +166,7 @@ input::-webkit-input-placeholder { ...@@ -166,7 +166,7 @@ input::-webkit-input-placeholder {
opacity: 1; opacity: 1;
} }
33%, 40%,
100% { 100% {
opacity: 0; opacity: 0;
transform: translateY(-20%); transform: translateY(-20%);
......
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