- From: Jake Archibald via GitHub <sysbot+gh@w3.org>
- Date: Tue, 04 Apr 2023 10:46:44 +0000
- To: public-css-archive@w3.org
jakearchibald has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-view-transitions-2] What happens if an SPA view transition starts while an MPA transition is in progress? == A couple of options: 1. MPA transition skips to the end, allowing the SPA transition to start. 2. SPA transition skips to the end, allowing the MPA transition to continue (assuming the elements it needs are still there). If an SPA transition starts while another SPA transition is in progress, the first transition skips to the end, allowing the second to start. --- My opinion is option 1, given the consistency. I think we should avoid making MPA transitions different to SPA transitions, as much as possible. This thinking also seems in line with https://github.com/w3c/csswg-drafts/issues/8677 Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8678 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 4 April 2023 10:46:46 UTC