Re: [csswg-drafts] [css-view-transitions-1] Allow to control whether make a particular group when the named element was there only in one side (#8528)

I like the declarative way since there is a defined point when the DOM structure is finalized. The transform animation the UA sets on the group is dependent on this nesting so we don't want it to change once the animations have started.

Just one thought, there was a feature request early on for developers to be able to animate snapshots of the old DOM while we're waiting for the new DOM to load. The idea being that exit animations don't need to block on new content loading. And we considered accomplishing this by creating the pseudo DOM, with only `view-transition-old` images, right after capture is finished. With a feature like this, the pseudo DOM hierarchy will need to change when the new content loads. Should be fine but wanted to mention it.

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


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

Received on Wednesday, 8 March 2023 13:54:55 UTC