Commit 4d2c534f by doszhang

dos

parent 773c3fe7
...@@ -153,7 +153,12 @@ video { ...@@ -153,7 +153,12 @@ video {
@-webkit-keyframes rubberBand { @-webkit-keyframes rubberBand {
0% { 0% {
-webkit-transform: scaleX(1); -webkit-transform: scaleX(1);
transform: scaleX(1) transform: scaleX(1);
opacity: 0;
}
1% {
opacity: 1;
} }
30% { 30% {
...@@ -190,7 +195,12 @@ video { ...@@ -190,7 +195,12 @@ video {
@keyframes rubberBand { @keyframes rubberBand {
0% { 0% {
-webkit-transform: scaleX(1); -webkit-transform: scaleX(1);
transform: scaleX(1) transform: scaleX(1);
opacity: 0;
}
1% {
opacity: 1;
} }
30% { 30% {
......
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