FunctionRandomLetterSwapForward({
label,
reverse = true,
transition = {
type: "spring",
duration: 0.8,
},
staggerDuration =
src/fancy/components/text/random-letter-swap-forward-anim.tsx:16
FunctionRandomLetterSwapPingPong({
label,
reverse = true,
transition = {
type: "spring",
duration: 0.8,
},
staggerDuration =
src/fancy/components/text/random-letter-swap-pingpong-anim.tsx:16
FunctionScreensaver({
children,
speed = 3,
startPosition = { x: 0, y: 0 },
startAngle = 45,
containerRef,
className,
src/fancy/components/blocks/screensaver.tsx:22
FunctionScrollAndSwapText({
children,
as = "span",
offset = ["0 0", "0 1"],
className,
containerRef,
springConfig = { stiff
src/fancy/components/text/scroll-and-swap-text.tsx:80
FunctionSimpleMarquee({
children,
className,
direction = "right",
baseVelocity = 5,
slowdownOnHover = false,
slowDownFa
src/fancy/components/blocks/simple-marquee.tsx:43
FunctionSimpleMarquee({
children,
className,
direction = "right",
baseVelocity = 5,
slowdownOnHover = false,
slowDownFa
src/fancy/components/blocks/simple-carousel.tsx:43
FunctionStackingCards({
children,
className,
scrollOptions,
scaleMultiplier,
totalCards,
...props
}: StackingCardsProps
src/fancy/components/blocks/stacking-cards.tsx:37
FunctionTypewriter({
text,
as: Tag = "div",
speed = 50,
initialDelay = 0,
waitTime = 2000,
deleteSpeed = 30,
loop
src/fancy/components/text/typewriter.tsx:87
FunctionUnderlineToBackground({
children,
as,
className,
transition = { type: "spring", damping: 30, stiffness: 300 },
underlineH
src/fancy/components/text/underline-to-background.tsx:49
FunctionVariableFontAndCursor({
children,
as = "span",
fontVariationMapping,
className,
containerRef,
...props
}: TextProps)
src/fancy/components/text/variable-font-and-cursor.tsx:80