- From: Noam Rosenthal via GitHub <noreply@w3.org>
- Date: Tue, 17 Feb 2026 14:09:21 +0000
- To: public-css-archive@w3.org
For image loading in particular, wouldn't it be better usually to start the animation immediately and cross-fade between the thumbnail and the big image? Waiting for image loading before starting the motion seems like an anti-pattern in terms of responsive feel. Also, can't this be done with normal CSS animations or WAAPI, e.g. by starting with a paused animation and changing its play state when the image is loaded? (Currently with JS, and using `:has` and `css` when we get `:loaded` or whatnot). -- GitHub Notification of comment by noamr Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13013#issuecomment-3914903524 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 17 February 2026 14:09:21 UTC