Animated Gradient Borders: A Better Loading State for AI Interfaces
Spinners and skeleton screens assume a request either hasn't returned yet or has. AI responses don't work that way, they stream in over seconds while you're already reading them. A rotating gradient border solves the "still working" signal without covering up content the user is actively looking at.
// CSS;
Layout, styling systems, and modern CSS techniques.
4
articles published
How to Vertically Align Text or Inner Elements in 2025
How do I disable the resizable property of a textarea?
How to disable text selection with CSS