From a1fa91a356e8765f015933d3d3df2a7ba71d9853 Mon Sep 17 00:00:00 2001 From: Gunther Brunner Date: Tue, 15 Apr 2014 15:51:05 +0900 Subject: [PATCH] +20ms for the canvas resizing. --- res/app/control-panes/device-control/device-control.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/res/app/control-panes/device-control/device-control.css b/res/app/control-panes/device-control/device-control.css index fa2e4420..0c370f41 100644 --- a/res/app/control-panes/device-control/device-control.css +++ b/res/app/control-panes/device-control/device-control.css @@ -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 {