Curved Loop(009)

Seamlessly repeats and animates text along a customizable SVG bezier curve.

HoverScroll
Loading…

Installation

$npx kibo add curved-loop

Usage

1import { CurvedLoop } from "@/components/kibo/curved-loop/component";
2
3export default function Example() {
4 return (
5 <CurvedLoop />
6 );
7}

Props Reference

PropTypeDefaultDescription
marqueeTextstring''Controls the marquee text for the component animation.
speednumber2Speed multiplier for the motion playback.
classNamestring-Additional CSS classes for styling and layout.
curveAmountnumber400Controls the curve amount for the component animation.
direction'left' | 'right''left'Direction of movement (e.g., 'top', 'bottom', 'left', 'right').
interactivebooleantrueControls the interactive for the component animation.