RegularToot: asjust transition duration

This commit is contained in:
thislight 2024-11-20 15:12:08 +08:00
parent 7205fa5775
commit 0b586b17e6
No known key found for this signature in database
GPG key ID: FCFE5192241CCD4E

View file

@ -10,9 +10,9 @@
&.toot { &.toot {
/* fix composition ordering: I think the css module processor should aware the overriding and behaves, but no */ /* fix composition ordering: I think the css module processor should aware the overriding and behaves, but no */
transition: transition:
margin-top 125ms var(--tutu-anim-curve-std), margin-top 60ms var(--tutu-anim-curve-sharp),
margin-bottom 125ms var(--tutu-anim-curve-std), margin-bottom 60ms var(--tutu-anim-curve-sharp),
height 225ms var(--tutu-anim-curve-std), height 60ms var(--tutu-anim-curve-sharp),
var(--tutu-transition-shadow); var(--tutu-transition-shadow);
border-radius: 0; border-radius: 0;
} }