- From: Robert Flack via GitHub <sysbot+gh@w3.org>
- Date: Thu, 30 Jan 2025 16:40:22 +0000
- To: public-css-archive@w3.org
flackr has just created a new issue for https://github.com/w3c/csswg-drafts: == [web-animations-2][css-animations-2] Allow controlling video playback via an animation timeline == Similar to #9110, authors often want the ability to drive videos by animation timelines. See #11587 and https://github.com/w3c/csswg-drafts/issues/6861#issuecomment-2435020274. We'll need to figure out the details, but this could be something like ```js document.querySelector('#my-video').timeline = new ViewTimeline(...); ``` Possibly also with css support, e.g.: ```css #my-video { video-timeline: view(); } ``` Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11611 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 30 January 2025 16:40:24 UTC