We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 994f08d commit a8398f9Copy full SHA for a8398f9
client/src/constants/option.ts
@@ -22,7 +22,12 @@ export const OPTION_CATEGORIES = {
22
options: [
23
{ id: "none", label: "없음" },
24
{ id: "highlight", label: "하이라이트" },
25
+ { id: "rainbow", label: "레인보우" },
26
{ id: "gradation", label: "그라데이션" },
27
+ { id: "fadeIn", label: "페이드 인" },
28
+ { id: "slideIn", label: "슬라이드 인" },
29
+ { id: "pulse", label: "펄스" },
30
+ { id: "bounce", label: "바운스" },
31
] as { id: AnimationType; label: string }[],
32
},
33
DUPLICATE: {
0 commit comments