Commit 2ab4aa8d by doszhang

dos

parent e33598d8
...@@ -94,7 +94,7 @@ video { ...@@ -94,7 +94,7 @@ video {
transform: scale(0.88); transform: scale(0.88);
} }
50% { 50% {
transform: scale(1.0); transform: scale(0.95);
} }
} }
...@@ -103,7 +103,7 @@ video { ...@@ -103,7 +103,7 @@ video {
-webkit-transform: scale(0.88); -webkit-transform: scale(0.88);
} }
50% { 50% {
-webkit-transform: scale(1.0); -webkit-transform: scale(0.95);
} }
} }
......
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