Jacob
Jacob
Awesome! Thanks for the PR and apologies for the delays.
This PR only partially resolves #465, as the `clip` property is still not being respected by the `Txt` node
> to prevent confusing behavior I think this is still a confusing behavior. Ideally, the cache size should be increased so that the text never gets clipped, even when lowering...
Until this is implemented, I'm not sure how you scroll normal websites on macOS, but holding `SHIFT` should turn that action into a horizontal scroll, since this is a normal...
I wasn't able to reproduce the problem. Can you add `yield` before `view.add` and see if it helps? (Explanation in #395) ```diff export default makeScene2D(function* (view) { const varsCode =...
Closing due to no response
I considered adding an `Arc` node before, but it would mostly duplicate the functionality of the [`Circle`](https://motioncanvas.io/api/2d/components/Circle) node. I think a better idea would be to make `Circle` extend the...
Closed by #771
Feels like most of this logic should be implemented in [code-fns](https://github.com/Ross-Esmond/code-fns) and not here. CC: @Ross-Esmond
This isn't really a bug, it's a design decision. It makes it faster to seek to the beginning of a scene since you don't need to rerun the previous scene...