From 52ff1692d2e481541d5076b02e5f50cf0983361c Mon Sep 17 00:00:00 2001 From: gesang Date: Mon, 10 Mar 2025 19:55:51 +0100 Subject: [PATCH] get rid of animations --- custom/common_libs.custom.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/custom/common_libs.custom.html b/custom/common_libs.custom.html index b6c58fb6..8df430a8 100644 --- a/custom/common_libs.custom.html +++ b/custom/common_libs.custom.html @@ -33,6 +33,14 @@ 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; +} +dialog>article { + animation-name:unset!important; } *:before { border-radius: 0!important;