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

You need to set the `animation-fill-mode` to `forwards`.

```css
::view-transition-old(root) {
  animation: translate 1.5s linear forwards;
  z-index: 1;
}
```

-- 
GitHub Notification of comment by bramus
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8941#issuecomment-3323799656 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 12:26:29 UTC