Skip to content

Commit

Permalink
Merge branch 'main' into animate_type_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGrace2282 committed Dec 21, 2023
2 parents 173d865 + 8ea8f25 commit 57f8fc4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions manim/animation/movement.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,7 @@ def interpolate_mobject(self, alpha: float) -> None:

class MoveAlongPath(Animation):
"""Make one mobject move along the path of another mobject.
Example
--------
.. manim:: MoveAlongPathExample
class MoveAlongPathExample(Scene):
Expand Down

0 comments on commit 57f8fc4

Please sign in to comment.