Re: [csswg-drafts] [css-view-transitions-2] Proposal for a view-transition-tree property (name tbd) (#10334)

Notes from an internal discussion:
* `view-transition-parent` should not require `view-transition-tree: preserve`. In fact, there is some doubt if we actually want `view-transition-tree: preserve` if we have the parent property, since effects can be achieved with descendant/child selectors
* `view-transition-parent` should likely be inherited, since that's the common pattern: if I'm parented to foo, I expect my children by default to be parented to foo.
* We discussed which structure to use if there is a mismatch of topology between states. We haven't reached a conclusion but some of the discussed options follow:
    * Use the old state
    * Duplicate the group element, one with only the "old" image and one with the "new" image and parent them at the respective old/new state containers. The transform should still match the old/new states for both groups

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


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

Received on Tuesday, 4 June 2024 18:28:47 UTC