From d8e4fe3cb29eb22fbb2833324ed5c4cbfb9f2874 Mon Sep 17 00:00:00 2001 From: Wim Brand Date: Tue, 22 Jun 2021 00:43:25 +0200 Subject: [PATCH] Fix transition --- res/include/style/viewer.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/res/include/style/viewer.css b/res/include/style/viewer.css index 117e3c3..2c9c0b8 100644 --- a/res/include/style/viewer.css +++ b/res/include/style/viewer.css @@ -314,8 +314,7 @@ table {width: auto !important;} box-shadow: 1px 1px var(--layer_4_shadow) var(--shadow_color); border-radius: 10px; z-index: 50; - transition: opacity .4s; - transition: left .4s; + transition: opacity .4s, left .5s, top .5s; } .intro_popup:before { content: "";