From 836e5307db85efb5531a0f5f7208f5a357b4aaab Mon Sep 17 00:00:00 2001 From: gesang Date: Mon, 10 Mar 2025 20:00:36 +0100 Subject: [PATCH] residual animations --- custom/common_libs.custom.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/custom/common_libs.custom.html b/custom/common_libs.custom.html index 8df430a8..627f328f 100644 --- a/custom/common_libs.custom.html +++ b/custom/common_libs.custom.html @@ -33,14 +33,20 @@ border-radius: 0!important; backdrop-filter: unset!important; transition: unset!important; - animation-duration: 0!important; - animation-timing-function:unset!important; } dialog.closing>article { animation-name:unset!important; + animation-duration: 0!important; + animation-timing-function:unset!important; } dialog>article { animation-name:unset!important; + animation-duration: 0!important; + animation-timing-function:unset!important; +} +dialog.closing { + animation-duration: 0!important; + animation-timing-function:unset!important; } *:before { border-radius: 0!important;