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 {