]> git.proxmox.com Git - novnc-pve.git/commitdiff
start button: ease-in faster
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 10 Feb 2022 15:11:16 +0000 (16:11 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 10 Feb 2022 15:11:18 +0000 (16:11 +0100)
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>
debian/patches/0018-show-start-button-on-not-running-vm-ct.patch

index bc461ed2864c509a1b564bab4e93c52d589bcfbe..d4243caf1ce95049aaac6c8208a6228dea2eb95c 100644 (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;