RegularToot: asjust transition duration
This commit is contained in:
parent
7205fa5775
commit
0b586b17e6
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue