From 18fa9537f13e4b7c891902e2500bf3de35fc4616 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 10 Feb 2022 16:11:16 +0100 Subject: [PATCH] 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 --- .../patches/0018-show-start-button-on-not-running-vm-ct.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/patches/0018-show-start-button-on-not-running-vm-ct.patch b/debian/patches/0018-show-start-button-on-not-running-vm-ct.patch index bc461ed..d4243ca 100644 --- a/debian/patches/0018-show-start-button-on-not-running-vm-ct.patch +++ b/debian/patches/0018-show-start-button-on-not-running-vm-ct.patch @@ -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;