Splines
Splines
The cop [`Rails/EnumSyntax`](https://docs.rubocop.org/rubocop-rails/cops_rails.html#railsenumsyntax) works for a file placed in the `app/` folder, but not for one in the `lib/` folder. ## Expected behavior Given this configuration ```yml # .rubocop.yml plugins:...
**Context** You may know 3Blue1Brown from [YouTube](https://www.youtube.com/3Blue1Brown). He produces fantastic math videos and has written his own animation engine for this purpose: [Manim](https://github.com/3b1b/manim). There, he makes use of `pyglet` to...
 **🎈 Description** When developing a large scene, I mostly view the _end_ of the scene to review my newly written code. For big scenes, the time until the timeline...
**Describe the bug** When `snapshotClone`ing a `Latex` component, the clone behaves weirdly when animating its `tex` property (see animation below). **To Reproduce** ```ts import { Latex, makeScene2D } from "@motion-canvas/2d";...
**Describe the bug** When animating the `tex` property of a `Latex` component, while also animating its `fontSize`, the resulting animation will only apply the font size change _after_ the `tex`...
When activating `Single-tactic Mode`, there is no option to zoom anymore. It would be great to have it here as well ;)
Follow-up to #57. In modern web apps like Figma, canvas navigation feels very natural, e.g. see this video: https://github.com/user-attachments/assets/d269684f-0792-413a-9062-d070f3310d95 Main points I like in Figma (and other similar apps) that...
Don't know if this is feasible, but I'd greatly appreciate if one could hover over variables and their data types in the Paperproof view such that we can get IntelliSense...
Currently, one installs Paperproof and then has to import it in every file where we want to see the Paperproof view. Is it somehow possible to globally define that I...
Ever since the first creation of #730, I wasn't too happy with the erb linting/formatting inside HTML files. For that PR, I've initially set up [`erb-lint`](https://github.com/Shopify/erb_lint), however it is only...