Pattern Categories
Solo Patterns
Solo Patterns
Line Patterns
Line Patterns
Corners & Cross
Corners & Cross
Patterns that animate the four corners or create a cross shape.
Animates each corner dot sequentially (frame-by-frame).
Animates all four corners simultaneously.
Creates a plus/cross shape with dots at the midpoints of each edge (frame-by-frame).
corners-only
Animates each corner dot sequentially (frame-by-frame).corners-sync
Animates all four corners simultaneously.plus-hollow
Creates a plus/cross shape with dots at the midpoints of each edge (frame-by-frame).corners-only and plus-hollow use sequence mode, cycling through frames every 1250ms.Duo Patterns
Duo Patterns
Frame Patterns
Frame Patterns
Sparse Patterns
Sparse Patterns
Wave Patterns
Wave Patterns
Full-grid animations with directional waves. Use with the
Wave flows left to right.
Wave flows right to left.
Wave flows top to bottom.
Wave flows bottom to top.
direction prop for additional control.wave-lr
Wave flows left to right.wave-rl
Wave flows right to left.wave-tb
Wave flows top to bottom.wave-bt
Wave flows bottom to top.Wave patterns automatically override the
direction prop with their built-in direction.Other Patterns
Other Patterns
Special patterns that don’t fit into other categories.
Animates dots in a spiral sequence (frame-by-frame): top row → right column → bottom row (reversed) → left column (reversed).
Animates all dots in the grid with a diagonal wave effect.
spiral
Animates dots in a spiral sequence (frame-by-frame): top row → right column → bottom row (reversed) → left column (reversed).all
Animates all dots in the grid with a diagonal wave effect.spiral respects the direction prop and reverses the sequence when direction is 'rtl' or 'btt'.Animation Modes
Lumidot automatically determines the animation mode based on the pattern:- Wave Mode
- Sequence Mode
Continuous pulsing animation with dots fading in and out. Most patterns use this mode.
- Controlled by
durationprop (default: 0.7s) - Controlled by
directionprop (default: ‘ltr’) - Creates smooth, flowing animations
all, frame, line-*, wave-*, l-*, t-*, duo-*, sparse-*Grid Size Considerations
Examples with different grid sizes:Pattern Selection Guide
Minimal & Subtle
Use
solo-*, duo-*, or sparse-* patterns for understated loading indicators.Attention-Grabbing
Use
all, frame, or wave-* patterns for prominent loading states.Directional Flow
Use
line-* or wave-* patterns to indicate direction or progress.Geometric Design
Use
l-*, t-*, or plus-hollow patterns for structured, geometric aesthetics.Next Steps
Colors
Explore 20 color variants
Customization
Learn about scale, glow, duration, and direction