+20ms for the canvas resizing.

This commit is contained in:
Gunther Brunner
2014-04-15 15:51:05 +09:00
parent f3c4ebc45e
commit a1fa91a356

View File

@@ -1,7 +1,7 @@
device-screen canvas {
transition: width 80ms linear;
-ms-transform: width 80ms linear;
-webkit-transform: width 80ms linear;
transition: width 100ms linear;
-ms-transform: width 100ms linear;
-webkit-transform: width 100ms linear;
}
device-screen {