Commit 077d0a07 by doszhang

dos

parent 4d2c534f
......@@ -157,11 +157,10 @@ video {
opacity: 0;
}
1% {
opacity: 1;
}
1% {}
30% {
opacity: 1;
-webkit-transform: scale3d(1.25, .75, 1);
transform: scale3d(1.25, .75, 1)
}
......@@ -199,11 +198,10 @@ video {
opacity: 0;
}
1% {
opacity: 1;
}
1% {}
30% {
opacity: 1;
-webkit-transform: scale3d(1.25, .75, 1);
transform: scale3d(1.25, .75, 1)
}
......
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