I noticed a few mistakes/issues when implementing the document animations:
- It’s not very easy to animate
Control
s. Instead, I should be inclined to animateNode2D
s. - I had set the font size using the theme override instead of setting the size in the theme itself.