- From: Noam Rosenthal via GitHub <noreply@w3.org>
- Date: Tue, 24 Feb 2026 09:41:45 +0000
- To: public-css-archive@w3.org
> > Waiting for image loading before starting the motion seems like an anti-pattern in terms of responsive feel. > > It was an explicit request in https://x.com/jimniels/status/1661557620719734785, and I agree with the OP that it looks broken when not waiting on the image. Waiting for the image is not the optimal solution for what he's trying to do. I would, instead, hide the `::view-transition-new` while the image is loading and only show it when it's loading, or if they want something simple, hide the `::view-transition-new` at all in this case. If they absolutely want to wait and only animate the hi-res image, pause the animation and change the play-state when the image loads. Either way, "waiting until new state capture" is not necessary. -- GitHub Notification of comment by noamr Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/13013#issuecomment-3950386741 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 24 February 2026 09:41:46 UTC