A simple reusable example for text spring scroll animation in Framer.
Loading preview...
import Component from "@/components/ui/text-scroll-animation"; export default function DemoOne() { return <Component />; }