Scrolling text whose speed changes based on scroll speed.
1import { VelocityScroll } from "@/components/magicui/scroll-based-velocity"; 2 3export function ScrollBasedVelocityDemo() { 4 return <VelocityScroll>Velocity Scroll</VelocityScroll>; 5}