Summary
Add a new animated gradient background using mesh gradients — a popular modern style often seen in Apple/Stripe-like designs.
Requirements
- Smooth animated gradient with multiple color stops
- Configurable colors via props
- Performant Canvas or WebGL implementation
- Mobile-friendly (responsive, no excessive GPU usage)
- Register in backgrounds.js config
- Add screenshot
References
- Mesh gradient trends in modern web design
- Could use simplex-noise for organic movement
Summary
Add a new animated gradient background using mesh gradients — a popular modern style often seen in Apple/Stripe-like designs.
Requirements
References