From 24afc6fbefc3d8a7fa7011b7b18f180c5509d45d Mon Sep 17 00:00:00 2001 From: Gunther Brunner Date: Mon, 14 Apr 2014 18:05:26 +0900 Subject: [PATCH] Smooth resizing. --- res/app/control-panes/device-control/device-control.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/res/app/control-panes/device-control/device-control.css b/res/app/control-panes/device-control/device-control.css index 2152389b..2a51d2f9 100644 --- a/res/app/control-panes/device-control/device-control.css +++ b/res/app/control-panes/device-control/device-control.css @@ -1,3 +1,7 @@ +device-screen canvas { + transition: width 80ms linear; +} + device-screen { position: relative; display: block;