Re: [csswg-drafts] [css-view-transitions-2] CSS only way to transition between list <-> detail views (#8209)

A `view-transition-id` would also permit an implicit form of view transitions. With IDs that can be sorted by an event handler that establishes identity instead of equality, element removal could be implicitly animated by code like this:
```
element.parentNode.removeChild(element);
```
Implicit might not be the best API for a shared element list to detail transition, but would be very useful in many other cases.


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


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

Received on Tuesday, 17 January 2023 17:24:40 UTC