Skip to content

Commit

Permalink
feat: 애니메이션 option 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
pipisebastian committed Dec 4, 2024
1 parent 994f08d commit a8398f9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/src/constants/option.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@ export const OPTION_CATEGORIES = {
options: [
{ id: "none", label: "없음" },
{ id: "highlight", label: "하이라이트" },
{ id: "rainbow", label: "레인보우" },
{ id: "gradation", label: "그라데이션" },
{ id: "fadeIn", label: "페이드 인" },
{ id: "slideIn", label: "슬라이드 인" },
{ id: "pulse", label: "펄스" },
{ id: "bounce", label: "바운스" },
] as { id: AnimationType; label: string }[],
},
DUPLICATE: {
Expand Down

0 comments on commit a8398f9

Please sign in to comment.