airbnb/lottie-web

Render canvas outside of main thread

aghassemi opened this issue · 3 comments

With offscreenCanavs (https://developers.google.com/web/updates/2018/08/offscreen-canvas) now shipping, I wonder if canvas rendering mode can be done outside of main thread? Could be big perf win!

/cc @nainar

Looks very promising

I ended up creating a separate issue without checking for existing ones:
#1602

I have a working player that supports this in case anyone wants to try.