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; }