↓ 2 callersFunctioncreateFirework(
x: number,
y: number,
targetY: number,
color: string,
speed: number,
size: number,
particleSpe
components/animate-ui/backgrounds/fireworks.tsx:102
↓ 1 callersFunctioncreateParticle(
x: number,
y: number,
color: string,
speed: number,
direction: number,
gravity: number,
fricti
components/animate-ui/backgrounds/fireworks.tsx:33
↓ 1 callersFunctiongetTooltipPosition({
rect,
side,
sideOffset,
align,
alignOffset,
}: {
rect: DOMRect;
side: Side;
sideOffset: num
components/animate-ui/components/tooltip.tsx:56
FunctionAnimateIcon({
animate,
onAnimateChange,
animateOnHover,
animateOnTap,
animation = 'default',
loop = false,
components/animate-ui/icons/icon.tsx:99
FunctionAvatarGroup({
ref,
children,
className,
transition = { type: 'spring', stiffness: 300, damping: 17 },
invertOve
components/animate-ui/components/avatar-group.tsx:70
FunctionCopyButton({
content,
className,
size,
variant,
delay = 3000,
onClick,
onCopy,
isCopied,
onCopyChange,
components/animate-ui/buttons/copy.tsx:50
FunctionFireworksBackground({
ref,
className,
canvasProps,
population = 1,
color,
fireworkSpeed = { min: 4, max: 8 },
firew
components/animate-ui/backgrounds/fireworks.tsx:213
FunctionFlipButton({
frontText,
backText,
transition = { type: 'spring', stiffness: 280, damping: 20 },
className,
fro
components/animate-ui/buttons/flip.tsx:27
FunctionGameControlPanel({
timeElapsed,
moves,
matches,
isGameStarted,
onStart,
onRestart,
}: {
timeElapsed: number;
m
components/pandora/MemoryCard.tsx:44
FunctionHoverCardContent({
className,
align = 'center',
side = 'bottom',
sideOffset = 4,
transition = { type: 'spring', stif
components/animate-ui/radix/hover-card.tsx:94
FunctionIconWrapper({
size = 28,
animation: animationProp,
animate,
onAnimateChange,
animateOnHover = false,
animateO
components/animate-ui/icons/icon.tsx:189
FunctionMotionHighlightItem({
ref,
children,
id,
value,
className,
transition,
disabled = false,
activeClassName,
exitD
components/animate-ui/effects/motion-highlight.tsx:351