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 8ea8f25 commit dd327a3Copy full SHA for dd327a3
manim/mobject/mobject.py
@@ -238,7 +238,7 @@ def construct(self):
238
cls.__init__ = cls._original__init__
239
240
@property
241
- def animate(self) -> _AnimationBuilder | T:
+ def animate(self: T) -> _AnimationBuilder | T:
242
"""Used to animate the application of any method of :code:`self`.
243
244
Any method called on :code:`animate` is converted to an animation of applying
0 commit comments