Re: [csswg-drafts] [css-view-transitions-1] Implicit transitions and Relative Animation (#8152)

I got a little lost reading this issue. It wasn't clear to me when you were talking about the current state of the view-transitions API, and when you were talking about your proposed extensions.

For example:

> It is important to note multiple implicit transitions may run simultaneously, even if started at different times by different events.

This currently isn't allowed in view-transitions. The currently active transition will be skipped to the end to allow the new one to start. But maybe you're talking about your proposal, and not the current API. In which case you may be interested in [scoped view transitions](https://github.com/WICG/view-transitions/blob/main/scoped-transitions.md), which allows for multiple concurrent transitions.

> subtracts the new from the old which is { C }, but gets added back during the duration of the animation resulting in { A,B,D,C }

This feels related to https://github.com/w3c/csswg-drafts/issues/7882#issuecomment-1339334717, but again I'm not sure if you're talking about the current state of things, or your proposal.

It might be easier to present a transition that's difficult in the current design, then we can look at ways to make that easier.

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


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

Received on Tuesday, 6 December 2022 13:27:08 UTC