Skip to content

Commit a8398f9

Browse files
committed
feat: 애니메이션 option 추가
#282
1 parent 994f08d commit a8398f9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

client/src/constants/option.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@ export const OPTION_CATEGORIES = {
2222
options: [
2323
{ id: "none", label: "없음" },
2424
{ id: "highlight", label: "하이라이트" },
25+
{ id: "rainbow", label: "레인보우" },
2526
{ id: "gradation", label: "그라데이션" },
27+
{ id: "fadeIn", label: "페이드 인" },
28+
{ id: "slideIn", label: "슬라이드 인" },
29+
{ id: "pulse", label: "펄스" },
30+
{ id: "bounce", label: "바운스" },
2631
] as { id: AnimationType; label: string }[],
2732
},
2833
DUPLICATE: {

0 commit comments

Comments
 (0)