magic-ui
components
ui

scroll-based-velocity

Scrolling text whose speed changes based on scroll speed.

animated
effect
form
list
motion
positioning
scroll
text
transform
View Docs

Source Code

Files
scroll-based-velocity
1import { VelocityScroll } from "@/components/magicui/scroll-based-velocity";
2 
3export function ScrollBasedVelocityDemo() {
4  return <VelocityScroll>Velocity Scroll</VelocityScroll>;
5}