FunctionRotatingText({
text,
scrollerRef,
start = "top top",
end = "+=300",
scrub = 1,
markers = false,
className,
}
registry/ui/rotating-text.tsx:17
FunctionScrollOpacityEffect({
children,
className,
animation,
scrub = 1,
initialOpacity = 0.2,
start = "top 90%", // default
registry/ui/scroll-opacity-effect.tsx:26
FunctionScrollTextFlow({
heading,
subheading,
slideGroups,
topGroupCount = 2,
wrapperClassName = "",
groupClassName = ""
registry/ui/scroll-text-flow.tsx:29
FunctionScrollingCards({
cards,
cardWidth,
top = 45,
left = 20,
animationLength = 300,
scrollerRef,
}: CardSliderProps)
registry/ui/scrolling-cards.tsx:25
FunctionSnappingScrollingCards({
cards,
cardWidth,
top = 35,
left = 30,
animationLength = 400,
scrollerRef,
}: CardSliderProps)
registry/ui/scrolling-cards.tsx:143
FunctionTextRollUpEffect({
children,
frequency = 2,
className,
stagger = 0.05,
style,
}: TextRollUpEffectProps)
registry/ui/text-rollup-effect.tsx:15
FunctionTextSlider({
children,
className,
delay = 0,
translateX,
popFrom = "down",
translateDuration = 0.4,
durati
registry/ui/text-slider.tsx:23