Re: [csswg-drafts] [css-transitions-2] Exit animations (`@exit-style`) (#9500)

> Also not covered are batched updates – such as multiple elements getting removed at once

I'd like to emphasize this. Now that there can [only be one active view transition at a time](https://github.com/w3c/csswg-drafts/issues/11292) the view transitions approach is even less feasible. It's not uncommon for multiple elements to be removed in quick succession and skipping all transitions only for the last one is not great. Waiting for the previous one to finish might for some use cases, but not for all. 

-- 
GitHub Notification of comment by benedikt
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9500#issuecomment-3274374032 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 10 September 2025 10:45:28 UTC