Skip to content

Commit 1bbc759

Browse files
committed
refactor: 열림 애니메이션 타이밍 일치되도록 수정
1 parent d3a27fd commit 1bbc759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/ui/dropdown/dropdown.css.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const dropdownContent = style({
4646
padding: "0.6rem",
4747
borderRadius: "15px",
4848
boxShadow: "0px 4px 16px 0px rgba(0, 0, 0, 0.10)",
49-
animation: `${slideIn} 0.2s ease-out`,
49+
animation: `${slideIn} 0.15s ease-out`,
5050
transformOrigin: "top right",
5151
});
5252

0 commit comments

Comments
 (0)