Commit f4a88bff by doszhang

dos

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