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:
parent
f3c4ebc45e
commit
a1fa91a356
1 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue