Components
Loading preview...
A single ball moves toward a staircase-like structure. It pauses briefly, then begins climbing — bouncing up one step at a time. Each bounce is rhythmic and smooth, creating a loop. After reaching the top, the ball resets to the bottom and starts again.
@theutkarshmail
npx shadcn@latest add https://21st.dev/r/theutkarshmail/rising-ballimport { Component } from "@/components/ui/rising-ball";
export default function DemoOne() {
return <Component />;
}