mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-25 23:15:18 +00:00
fix(app): terminal animation
This commit is contained in:
parent
03cd891ea9
commit
fc678ef36c
1 changed files with 1 additions and 4 deletions
|
|
@ -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` }}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue