From 0b586b17e66459ec88bf6eee89f327f8979761b5 Mon Sep 17 00:00:00 2001 From: thislight Date: Wed, 20 Nov 2024 15:12:08 +0800 Subject: [PATCH] RegularToot: asjust transition duration --- src/timelines/toot.module.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/timelines/toot.module.css b/src/timelines/toot.module.css index 4042122..f0d770e 100644 --- a/src/timelines/toot.module.css +++ b/src/timelines/toot.module.css @@ -10,9 +10,9 @@ &.toot { /* fix composition ordering: I think the css module processor should aware the overriding and behaves, but no */ transition: - margin-top 125ms var(--tutu-anim-curve-std), - margin-bottom 125ms var(--tutu-anim-curve-std), - height 225ms var(--tutu-anim-curve-std), + margin-top 60ms var(--tutu-anim-curve-sharp), + margin-bottom 60ms var(--tutu-anim-curve-sharp), + height 60ms var(--tutu-anim-curve-sharp), var(--tutu-transition-shadow); border-radius: 0; }