Components
Bring some fluid & motion physics to your text to make it feel real. A framer motion enhanced spring animation for text on scroll.
npx shadcn@latest add https://21st.dev/r/vaib215/velocity-textLoading preview...
import { Component } from "@/components/ui/velocity-text";
const DemoOne = () => {
return <Component />;
};
export { DemoOne };