- From: Bramus via GitHub <noreply@w3.org>
- Date: Tue, 23 Sep 2025 12:26:28 +0000
- To: public-css-archive@w3.org
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