In the Quickstart page, Explanation section, add a little precision about
Author: lutzrayCreated Dec 25, 2025Updated Dec 25, 2025
Labelsb-documentation
in the doc Quickstart page, Explanation section
For example, to play the tween we created, we can do:
yield * myCircle().fill('#e6a700', 1);This will pause the generator, play out the animation we yielded, and then continue.
Please indicate why the generator will pause.
Source: motion-canvas/motion-canvas