From de04a152970e70923bc8b662c2ad2ddbd1a1de09 Mon Sep 17 00:00:00 2001 From: gesang Date: Mon, 10 Mar 2025 20:07:38 +0100 Subject: [PATCH] add units to ensure no animation (ugly solution) --- custom/common_libs.custom.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/custom/common_libs.custom.html b/custom/common_libs.custom.html index 627f328f..8569be34 100644 --- a/custom/common_libs.custom.html +++ b/custom/common_libs.custom.html @@ -36,16 +36,17 @@ } dialog.closing>article { animation-name:unset!important; - animation-duration: 0!important; + animation-duration: 0ms!important; animation-timing-function:unset!important; } dialog>article { animation-name:unset!important; - animation-duration: 0!important; + animation-duration: 0ms!important; animation-timing-function:unset!important; } dialog.closing { - animation-duration: 0!important; + animation-name:fadeOut; + animation-duration: 0ms!important; animation-timing-function:unset!important; } *:before {