Jacob
Jacob
Will be fixed in the next version but as a temporary workaround you can tween to some [invisible character](https://www.editpad.org/tool/invisible-character)
Sadly it's an issue with our dependency: https://github.com/gka/chroma.js/issues/310 As you mentioned, the current workaround is to use a different color space for interpolation. Maybe we should consider changing the default...
Looks like you're missing a space after the comma
Sadly there's no built-in way to graph out equations in Motion Canvas yet I recommend looking at @hhenrichsen's [canvas-commons](https://github.com/hhenrichsen/canvas-commons) which includes a `Plot` component. Here's a sample usage: https://github.com/hhenrichsen/canvas-commons/blob/2f91831d6b88acd86f3b9ff7a8661dbcf4a471bd/test/scenes/example.tsx#L360-L388 This...
Will be fixed by #1086 but let's leave this issue open until https://github.com/gka/chroma.js/issues/346 is fixed
Can you try removing the following directory: `node_modules/.vite` And running `npm start` again?
Can we make this into a parameter? The previous behavior was meant for fullscreen scenes where the next one would overlap the first one completely. This change uses a different...
This is somewhat related to #363 Currently, we tween the size like so: 1) store the current size 2) set the new size 3) recalculate layout 4) store the new...
No, the terminology is related to a stack (both a visual and a programming one) Moving a node to the top places it on top of the stack, covering all...
Thanks for the PR! I'm closing it in favor of #1086 because I had to add the missing `package.lock.json` changes and also lock the `@types/chroma-js` version (so it doesn't break...