mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-23 17:14:55 +00:00
fix(ui): reduce dialog transition in time to 150ms
This commit is contained in:
@@ -139,7 +139,7 @@
|
|||||||
animation: contentHide 100ms ease-in forwards;
|
animation: contentHide 100ms ease-in forwards;
|
||||||
|
|
||||||
&[data-expanded] {
|
&[data-expanded] {
|
||||||
animation: contentShow 200ms ease-out;
|
animation: contentShow 150ms ease-out;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user