mirror of
https://github.com/3b1b/manim.git
synced 2025-07-31 14:03:59 +08:00
Fix a wrong function name.
This commit is contained in:
@ -283,7 +283,7 @@ class ShowPassingFlashWithThinningStrokeWidth(AnimationGroup):
|
|||||||
max_stroke_width = vmobject.get_stroke_width()
|
max_stroke_width = vmobject.get_stroke_width()
|
||||||
max_time_width = kwargs.pop("time_width", self.time_width)
|
max_time_width = kwargs.pop("time_width", self.time_width)
|
||||||
AnimationGroup.__init__(self, *[
|
AnimationGroup.__init__(self, *[
|
||||||
ShowPassingFlash(
|
VShowPassingFlash(
|
||||||
vmobject.deepcopy().set_stroke(width=stroke_width),
|
vmobject.deepcopy().set_stroke(width=stroke_width),
|
||||||
time_width=time_width,
|
time_width=time_width,
|
||||||
**kwargs
|
**kwargs
|
||||||
|
Reference in New Issue
Block a user