Commit f4a88bff by doszhang

dos

parent ed51a2eb
......@@ -119,27 +119,28 @@ video {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0)
}
}
@keyframes linkArrow {
@keyframes linkArrow {
0%,
100% {
opacity: 0.3;
}
0%,
100% {
opacity: 0.3;
}
50% {
opacity: 1;
}
50% {
opacity: 1;
}
}
@-webkit-keyframes linkArrow {
@-webkit-keyframes linkArrow {
0%,
100% {
opacity: 0.3;
}
0%,
100% {
opacity: 0.3;
}
50% {
opacity: 1;
}
}
\ No newline at end of file
50% {
opacity: 1;
}
}
\ 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