Commit 0c415fad by doszhang

dos

parent 733c1cdf
...@@ -81,11 +81,15 @@ video { ...@@ -81,11 +81,15 @@ video {
opacity: 1; opacity: 1;
} }
90%, 90% {
100% {
opacity: 1; opacity: 1;
transform: translateY(50%); transform: translateY(50%);
} }
100% {
opacity: 0;
transform: translateY(50%);
}
} }
@-webkit-keyframes arrow { @-webkit-keyframes arrow {
...@@ -98,9 +102,13 @@ video { ...@@ -98,9 +102,13 @@ video {
opacity: 1; opacity: 1;
} }
90%, 90% {
100% {
opacity: 1; opacity: 1;
-webkit-transform: translateY(50%); -webkit-transform: translateY(50%);
} }
100% {
opacity: 0;
-webkit-transform: translateY(50%);
}
} }
\ 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