5
0
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:
Thomas Lamprecht 2022-02-10 16:11:16 +01:00
parent 5fe42a7f91
commit 18fa9537f1

View File

@ -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;