1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 19:42:01 +02:00

+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 {