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

Somewhat related to @bramus' point:

https://user-images.githubusercontent.com/93594/184126476-83e2dbc7-ba26-4135-9d16-c498311f2359.mp4

The items in the container are clipped by the container's content box. But, if the developer puts `overflow: clip` on the group, then they'll be clipping the images of the container.

Maybe the structure needs to be:

- group(container)
  - image-pair(container) etc for the group
  - content(container)
    - group(item) etc

Where `content` transitions to and from the content box size & position, relative to the parent group.

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


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

Received on Monday, 3 June 2024 08:42:44 UTC