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