Commit dffc26f0 by doszhang

dos

parent f50ba0af
......@@ -80,15 +80,15 @@ video {
}
.link-arrow {
animation: linkArrow 2s linear infinite;
-webkit-animation: linkArrow 2s linear infinite;
animation: linkArrow 1s linear infinite;
-webkit-animation: linkArrow 1s linear infinite;
}
@keyframes linkArrow {
0%,
100% {
opacity: 0;
opacity: 0.3;
}
50% {
......@@ -100,7 +100,7 @@ video {
0%,
100% {
opacity: 0;
opacity: 0.3;
}
50% {
......
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