mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-10 02:39:56 +00:00
fix(app): terminal animation
This commit is contained in:
@@ -199,10 +199,7 @@ export function TerminalPanel() {
|
||||
<div
|
||||
class="absolute inset-x-0 top-0 flex flex-col"
|
||||
classList={{
|
||||
"translate-y-0": 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(),
|
||||
"pointer-events-none": !opened(),
|
||||
}}
|
||||
style={{ height: `${pane()}px` }}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user