Commit ea6cfd4b by doszhang

dos

parent c3eb8e8d
......@@ -138,18 +138,18 @@ input::-webkit-input-placeholder {
}
.home-page .light1 {
animation: light 6s ease-in-out infinite forwards;
-webkit-animation: light 6s ease-in-out infinite forwards;
animation: light 6s ease-in-out infinite backwards;
-webkit-animation: light 6s ease-in-out infinite backwards;
}
.home-page .light2 {
animation: light 6s 2s ease-in-out infinite forwards;
-webkit-animation: light 6s 2s ease-in-out infinite forwards;
animation: light 6s 2s ease-in-out infinite backwards;
-webkit-animation: light 6s 2s ease-in-out infinite backwards;
}
.home-page .light3 {
animation: light 6s 4s ease-in-out infinite forwards;
-webkit-animation: light 6s 4s ease-in-out infinite forwards;
animation: light 6s 4s ease-in-out infinite backwards;
-webkit-animation: light 6s 4s ease-in-out infinite backwards;
}
@keyframes light {
......
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