Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion manim/mobject/mobject.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def construct(self):
cls.__init__ = cls._original__init__

@property
def animate(self) -> _AnimationBuilder | T:
def animate(self: T) -> _AnimationBuilder | T:
"""Used to animate the application of any method of :code:`self`.

Any method called on :code:`animate` is converted to an animation of applying
Expand Down