Components
Animated shimmer text that ripples a light wave across each character with a 3D transform, useful for loading and generating states.
Loading preview...
import AnimatedText05 from "@/components/ui/animated-text-05";
export default function Default() {
return (
<div className="flex min-h-[240px] w-full items-center justify-center bg-background p-8 text-foreground">
<AnimatedText05 />
</div>
);
}