mirror of
https://github.com/3b1b/manim.git
synced 2025-07-31 14:03:59 +08:00
Removed a dumb line which was a relic from older days
This commit is contained in:
@ -25,7 +25,6 @@ class Transform(Animation):
|
||||
|
||||
Animation.__init__(self, mobject, **kwargs)
|
||||
self.name += "To" + str(ending_mobject)
|
||||
self.mobject.stroke_width = ending_mobject.stroke_width
|
||||
|
||||
def update_config(self, **kwargs):
|
||||
Animation.update_config(self, **kwargs)
|
||||
|
Reference in New Issue
Block a user