Commit 19ae8d20 by doszhang

dos

parent 6f8014ac
...@@ -82,8 +82,8 @@ body { ...@@ -82,8 +82,8 @@ body {
} }
.point { .point {
animation: point 2.5s linear infinite; animation: point 1.5s linear infinite;
-webkit-animation: point 2.5s linear infinite; -webkit-animation: point 1.5s linear infinite;
} }
@keyframes point { @keyframes point {
...@@ -106,6 +106,6 @@ body { ...@@ -106,6 +106,6 @@ body {
} }
50% { 50% {
opacity: 0.3; opacity: 0.6;
} }
} }
\ No newline at end of file
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