- From: vmpstr via GitHub <noreply@w3.org>
- Date: Wed, 18 Jun 2025 15:08:24 +0000
- To: public-css-archive@w3.org
vmpstr has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-view-transitions-2] Animating view-transition-group-children captures == In https://github.com/w3c/csswg-drafts/issues/11926, we've agreed to add a new view transition pseudo element: view-transition-group-children which copies the border-width property. In #12357 I'm also proposing that we capture `border-radius` and `corner-shape`. Currently we capture these from the "old" element. If the "new" element differs from that, then it can look a bit awkward In Chrome Canary with experimental web platform features enabled: https://codepen.io/bramus/full/YPXOXra Thanks to @bramus for the demo The proposal here is to follow the pattern we use for group captures: store the "old" element values in a `from` keyframe, and always update computed style to the "new" values. Also add a keyframe animation on the group-children pseudo that uses the from keyframe. /cc @noamr Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12363 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 18 June 2025 15:08:25 UTC