Re: [csswg-drafts] [web-animations-2][css-animations-2] Set of actions for animation triggers (#12611)

I think we can drop the initial column. The web-animations spec has four [play states](https://drafts.csswg.org/web-animations-1/#play-states), idle, running, paused finished. Idle is intended for animations which have no effect, and is the state entered on cancelling an animation. I think we shouldn't do anything if the animation has been cancelled, and for animations that will be triggered we want them to be returned by getAnimations, and be in effect in their before phase. As such, we should put the animation in a paused just before the start state so that the before phase is showing.

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


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

Received on Tuesday, 16 September 2025 15:26:32 UTC