FunctionReveal({
children,
delay = 0,
duration = 0.7,
y = 24,
x = 24,
direction = "up",
once = true,
margin
app/landing/_components/Reveal.tsx:38
FunctionStagger({
children,
delay = 0,
stagger = 0.08,
className,
once = true,
margin = "-80px",
}: StaggerProps)
app/landing/_components/Reveal.tsx:86
FunctionTabsContents({
children,
transition = {
type: 'spring',
stiffness: 300,
damping: 30,
bounce: 0,
re
components/animate-ui/primitives/animate/tabs.tsx:189
FunctionToggleRow({
label,
description,
enabled,
onToggle,
disabledReason,
}: {
label: string
description?: strin
components/settings-panel.tsx:853