solidjs-community / solid-motionone

A tiny, performant animation library for SolidJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

partytown and solid-motionone integration ?

kevinseabourne opened this issue · comments

integrate partytown with solid-motionone ? by offloading the spring animation from the main thread this should speed up page load times

I haven’t used partytown so I don’t really understand what this “integration” even means.
From what I understand partytown is for running third party scripts in a web worker, and motionone for animations. How does the two integrate?
Also motionone is using WAAPI for animations so they happen outside of main thread already.