We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d984976 commit f9e6090Copy full SHA for f9e6090
manim/animation/protocol.py
@@ -67,6 +67,12 @@ def update_rate_info(
67
the animation's corresponding attribute.
68
"""
69
70
+ def update_mobjects(self, dt: float) -> object:
71
+ """Update the mobjects during the animation.
72
+
73
+ This method is called every frame of the animation
74
+ """
75
76
77
class MobjectAnimation(AnimationProtocol, Protocol[M]):
78
mobject: M
0 commit comments