- From: szager-chromium via GitHub <sysbot+gh@w3.org>
- Date: Mon, 31 Mar 2025 20:54:45 +0000
- To: public-css-archive@w3.org
szager-chromium has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-animations-2] Add declarative syntax for starting an animation in response to an input event == Compositor-driven animations run smoothly even when the main thread is blocked. However, main thread processing is required to _start_ an animation, and this fact makes it difficult to guarantee low latency in displaying visual response to input events. Here's a [proposal](https://github.com/szager-chromium/declarative-interactions) to provide a declarative syntax for specifying that a given event should start running an animation. The shape of the API is meant to enable implementations to optimistically start running the specified animation without waiting for main thread processing. Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12029 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 31 March 2025 20:54:46 UTC