mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 08:54:38 +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)
|
Animation.__init__(self, mobject, **kwargs)
|
||||||
self.name += "To" + str(ending_mobject)
|
self.name += "To" + str(ending_mobject)
|
||||||
self.mobject.stroke_width = ending_mobject.stroke_width
|
|
||||||
|
|
||||||
def update_config(self, **kwargs):
|
def update_config(self, **kwargs):
|
||||||
Animation.update_config(self, **kwargs)
|
Animation.update_config(self, **kwargs)
|
||||||
|
Reference in New Issue
Block a user