Components
This is a simple Scroll-linked spring animation component
npx shadcn@latest add https://21st.dev/r/itsankitverma/scroll-linked-spring-animationLoading preview...
import { ScrollLinked } from "@/components/ui/scroll-linked-spring-animation";
export default function DemoOne() {
return <ScrollLinked />;
}