Re: [csswg-drafts] [css-view-transitions-1] Named elements appear above fixed elements when transitioning (#8941)

> Since due to the paint order, the new element will directly be rendered in front of my old content, making it impossible to see the animation of the old page.

The `::view-transition-old(x)` and `::view-transition-new(x)` pseudos are siblings, so you can use `z-index` to control their layering.

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


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

Received on Tuesday, 23 September 2025 10:55:46 UTC