mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-22 00:24:46 +00:00
fix(app): terminal animation
This commit is contained in:
@@ -199,10 +199,7 @@ export function TerminalPanel() {
|
|||||||
<div
|
<div
|
||||||
class="absolute inset-x-0 top-0 flex flex-col"
|
class="absolute inset-x-0 top-0 flex flex-col"
|
||||||
classList={{
|
classList={{
|
||||||
"translate-y-0": opened(),
|
"pointer-events-none": !opened(),
|
||||||
"translate-y-full pointer-events-none": !opened(),
|
|
||||||
"transition-transform duration-200 ease-[cubic-bezier(0.22,1,0.36,1)] will-change-transform motion-reduce:transition-none":
|
|
||||||
!size.active(),
|
|
||||||
}}
|
}}
|
||||||
style={{ height: `${pane()}px` }}
|
style={{ height: `${pane()}px` }}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user