- From: Bramus via GitHub <noreply@w3.org>
- Date: Wed, 13 May 2026 16:13:27 +0000
- To: public-css-archive@w3.org
For completeness: here’s a demo that has two animations: - The first one (on the left) uses `animation-direction: alternate;`, in which the timing reverses. You can see that the bouncing back timing is not correct (because it got reversed). - The second one (to the right) is a manually fixed version that stretched out the keyframes (and the duration) to get the effect I would want `animation-direction: flip;` to do out of the box (using the orig keyframes) -- GitHub Notification of comment by bramus Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12978#issuecomment-4443032120 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 13 May 2026 16:13:28 UTC