solidjs-community / solid-motionone

A tiny, performant animation library for SolidJS
MIT License
81 stars 2 forks source link

partytown and solid-motionone integration ? #4

Open kevinseabourne opened 4 months ago

kevinseabourne commented 4 months ago

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

thetarnav commented 4 months ago

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.