- From: Jake Archibald via GitHub <sysbot+gh@w3.org>
- Date: Sat, 24 Sep 2022 14:19:12 +0000
- To: public-css-archive@w3.org
> You'll probably want to ignore paused and idle animations too? Certainly idle ones. I think it's ok for the transition to be infinite if the developer has deliberately paused the animation. It might be useful in debugging for instance. > I can't recall anything particularly odd with regards to the event loop. The animations spec performs an additional microtask checkpoint here https://drafts.csswg.org/web-animations-1/#update-animations-and-send-events. I think that results in particular promises resolving before their associated event fires. -- GitHub Notification of comment by jakearchibald Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7785#issuecomment-1256979379 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Saturday, 24 September 2022 14:19:14 UTC