From 5bb9af9d2b9481e75a7da2664753b6f70592a2c6 Mon Sep 17 00:00:00 2001 From: gesang Date: Tue, 11 Mar 2025 11:23:18 +0100 Subject: [PATCH] more complete elimination of animations --- custom/common_libs.custom.html | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/custom/common_libs.custom.html b/custom/common_libs.custom.html index 93c22af6..2de52de4 100644 --- a/custom/common_libs.custom.html +++ b/custom/common_libs.custom.html @@ -47,6 +47,8 @@ border-radius: 0!important; backdrop-filter: unset!important; transition: unset!important; + animation-timing-function: unset!important; + animation-duration: 0ms!important; } article { box-shadow: unset! important; @@ -54,18 +56,10 @@ article { } dialog.closing>article { animation-name:unset!important; - animation-duration: 0ms!important; - animation-timing-function:unset!important; } dialog>article { animation-name:unset!important; - animation-duration: 0ms!important; - animation-timing-function:unset!important; -} -dialog.closing { - animation-name:fadeOut; - animation-duration: 0ms!important; - animation-timing-function:unset!important; + background: var(--pico-card-background-color)!important; } *:before { border-radius: 0!important;