mirror of
git://git.proxmox.com/git/novnc-pve.git
synced 2024-12-21 13:34:08 +03:00
start button: ease-in faster
0.5s is a bit long, it feels borderline "slow". The existing native noVNC menu thingy uses 0.1s for its ease in, but with only scaling in (compared to moving in) that's feeling weird to, so settle for 0.2s as middle ground. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
5fe42a7f91
commit
18fa9537f1
@ -88,7 +88,7 @@ index 18126b0..f2e7484 100644
|
||||
+
|
||||
+/* start button */
|
||||
+#pve_start_dlg {
|
||||
+ transition: 0.5s ease-in-out;
|
||||
+ transition: 0.2s ease-in-out;
|
||||
+ transform: scale(0, 0);
|
||||
+ visibility: hidden;
|
||||
+ opacity: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user