Text Shimmer
Sweep a theme-aware highlight through a short text label.
text-shimmer-demo
Overview
Text Shimmer is a lightweight CSS effect for short, temporary states such as generation or loading labels. It inherits theme colors and does not require Motion.
Installation
Usage
import { TextShimmer } from "@/components/animated/text-shimmer"
<TextShimmer>Preparing your workspace…</TextShimmer>Accessibility
Use direct status text and pair ongoing work with aria-busy on the affected region when appropriate. The shimmer stops for reduced-motion preferences.