Robert Smith

Results 13 comments of Robert Smith

The strategies I outlined in my previous comment don't work with Svelte 5. Despite Svelte 5 having nice granular updates, no DOM updates are carried out at all for components/elements...

I just updated the Svelte 5 workaround I posted previously, to work with the more recent Svelte 5 changes (on:click becoming onclick, and disallowing snippets from being treated as components)....

I've just noticed two more issues with the current spring implementation. Firstly, the acceleration is not being multiplied by ctx.dt, which makes changes to acceleration incorrectly calculated when the frame...