mirror of
https://github.com/servo/servo
synced 2026-05-09 00:22:16 +02:00
This is the first step toward implementing the Web Animations specification. It adds support for the `AnimationTimeline` and `DocumentTimeline` specification concepts. Note that there was already an `AnimationTimeline`, but it did not implement the specification. Testing: Various WPT start to pass or no longer error / timeout. Signed-off-by: Martin Robinson <mrobinson@abandonedwig.info> Co-authored-by: Martin Robinson <mrobinson@abandonedwig.info>