Commit 8d099df9 by doszhang

dos

parent 7a64dcd7
......@@ -138,18 +138,18 @@ input::-webkit-input-placeholder {
}
.home-page .light1 {
animation: light 3s ease-in-out infinite;
-webkit-animation: light 3s ease-in-out infinite;
animation: light 6s ease-in-out infinite;
-webkit-animation: light 6s ease-in-out infinite;
}
.home-page .light2 {
animation: light 3s 1s ease-in-out infinite;
-webkit-animation: light 3s 1s ease-in-out infinite;
animation: light 6s 2s ease-in-out infinite;
-webkit-animation: light 6s 2s ease-in-out infinite;
}
.home-page .light3 {
animation: light 3s 2s ease-in-out infinite;
-webkit-animation: light 3s 2s ease-in-out infinite;
animation: light 6s 4s ease-in-out infinite;
-webkit-animation: light 6s 4s ease-in-out infinite;
}
@keyframes light {
......@@ -158,7 +158,7 @@ input::-webkit-input-placeholder {
transform: translateY(20%);
}
3% {
8% {
opacity: 1;
}
......@@ -166,7 +166,7 @@ input::-webkit-input-placeholder {
opacity: 1;
}
33%,
25%,
100% {
opacity: 0;
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