Jacob

Results 233 comments of Jacob

Having slept on it, maybe we could make this a property of the node itself? So that you can configure it once then every edit animation afterward would either select...

Closing this in favor of #688 I added "Automatic selection" section there to define this behavior.

Let's use Rollup since that's what Vite in other packages uses

#710 introduced ES bundles and #712 made use of them in the fiddle editor on our documentation website. After doing some research, it seems that UMD bundles are a thing...

Plotting behind my back I see. Three things to consider: 1. Compressing the points is a lossy operation, you will not only aggregate floating point errors but also, when setting...

In relation to using the project name: #297

The problem with templates is that they can't be used to migrate an already existing project. I imagine a lot of people will start with just a single project and...

Hi! Can you try disabling `bufferedAssets` in your `vite.config.ts` and see if the problem still occurs? ```ts export default defineConfig({ plugins: [motionCanvas({ bufferedAssets: false })], }); ```

No problem! This is a really specific problem, I also run Chrome on Windows 11 and it works for me. It may even be dependent on the hardware as far...