refactor: make toaster scale larger on transition
This commit is contained in:
parent
2b59d3c572
commit
9493fb8857
@ -23,9 +23,9 @@ const [toastVariant] = vcn({
|
||||
loading: "border-black/50 dark:border-white/50 animate-pulse",
|
||||
},
|
||||
life: {
|
||||
born: "translate-y-1/2 scale-50",
|
||||
born: "translate-y-1/2 scale-90 ease-out",
|
||||
normal: "translate-y-0 scale-100 ease-out",
|
||||
dead: "translate-y-1/2 scale-50 ease-in",
|
||||
dead: "translate-y-1/2 scale-90 ease-in",
|
||||
},
|
||||
},
|
||||
defaults: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user