- How is a gradient animated?
- By animating the background-size and background-position. The gradient itself doesn't change; its window through the container shifts.
- Is performance an issue?
- Gradient animations can be expensive. Use `will-change: background-position` if jank appears. Transforms are cheaper than background animations for simple motion.
- Can I have multiple colors transitioning?
- Yes — a multi-stop gradient that slowly cycles. The tool shows popular presets (aurora, sunset, ocean) and custom multi-stop modes.
- Will it drain battery?
- Subtle animations are fine. Intense ones (fast movement, large elements) can impact battery on mobile. Test on device.