Open ydaniv opened 2 months ago
Also thread from last year proposal from @ramiy https://github.com/web-platform-tests/interop/issues/439
Blink issue for Scroll-Driven Animations is https://issues.chromium.org/issues/40050657 Your link is to the Progress API, which probably falls outside of your proposal?
Yes, but that one is already fixed. The point of the link I put is stated above, though I assume more open issues could be dug out and added to the list.
Edit: Added another Blink open issue.
Description
From the spec:
I think the
Animation.progress
endpoint is still missing in Chrome as well, and it is still not published in last draft.Specification
https://www.w3.org/TR/scroll-animations-1/
Additional Signals
Standards Positions
Implemented in Blink and WIP in WebKit and Gecko.
Tests
https://wpt.fyi/results/?label=master&label=experimental&aligned&q=scroll-animations
Browser Bugs
WebKit: https://bugs.webkit.org/show_bug.cgi?id=222295 (Meta)
Gecko: https://bugzilla.mozilla.org/show_bug.cgi?id=1676779 (Meta)
Blink: https://issues.chromium.org/issues/40914396 (Progress API) https://issues.chromium.org/issues/359904330 (Using Custom Properties inside Animation Ranges)