flackr / scroll-timeline

A polyfill of ScrollTimeline.
Apache License 2.0
890 stars 84 forks source link

Polyfill CSS.supports(animation-timeline: …) #204

Closed bramus closed 5 months ago

bramus commented 6 months ago

There are may tests that rely on this check before even running the actual tests.

This PR polyfills CSS.supports(animation-timeline: …), thereby allowing more tests to run.

The total number of tests now is 1080 vs 959 before. Checking https://wpt.fyi/results/scroll-animations?label=experimental&label=master&aligned there should be 1117 tests though.

bramus commented 5 months ago

Addressed the concerns and updated the test results. Should be good to go, @flackr.