Visual feedback patterns using the ripple animation system
Each state uses a specific ripple color for consistent feedback
Interactive button states with ripple feedback
Form input states with visual feedback
Interactive card states
Checkbox interaction states
Toggle switch interaction states
Timing and behavior for state animations
| State | Animation | Duration | Color |
|---|---|---|---|
| Hover | Ripple outward | 25ms interval, max radius 15 | #FB923C → #F472B6 → #93C5FD |
| Focus | Pulsing ring (color cycle) | 2s loop | #FB923C → #F472B6 → #93C5FD |
| Active | Ripple inward | 25ms interval | #FB923C → #F472B6 → #93C5FD |
| Error | Border pulse | 1.5s loop | Red (#EF4444) |
| Success | Gradient sweep expand | 2s loop | #FB923C → #F472B6 → #93C5FD |
| Loading | Gradient flow | 1.5s loop | #FB923C → #F472B6 → #93C5FD |