8000 [web-animations-2][css-animations-2] Allow controlling video playback via an animation timeline · Issue #11611 · w3c/csswg-drafts · GitHub
[go: up one dir, main page]

Skip to content

[web-animations-2][css-animations-2] Allow controlling video playback via an animation timeline #11611

@flackr

Description

@flackr

Similar to #9110, authors often want the ability to drive videos by animation timelines. See #11587 and #6861 (comment).

We'll need to figure out the details, but this could be something like

document.querySelector('#my-video').timeline = new ViewTimeline(...);

Possibly also with css support, e.g.:

#my-video {
  video-timeline: view();
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0