flackr / scroll-timeline

A polyfill of ScrollTimeline.
Apache License 2.0
951 stars 92 forks source link

Parse and transpile external stylesheets - fixes #78. #242

Closed flackr closed 7 months ago

flackr commented 7 months ago

In this implementation, a stylesheet's href is replaced with an object URL to the updated stylesheet href.

flackr commented 7 months ago

@calinoracation Does this look good as a first step and we can add the timeout and cross-origin whitelist as extra options? It might also be fine to make requests for all css files even if they might fail CORS.