mirror of
https://github.com/3b1b/manim.git
synced 2025-07-28 20:43:56 +08:00
CircleThenFadeAround -> ShowCreationThenFadeAround
This commit is contained in:
@ -857,7 +857,7 @@ class CylinderModel(Scene):
|
||||
self.wait()
|
||||
self.play(
|
||||
movers.apply_complex_function, joukowsky_map,
|
||||
CircleThenFadeAround(self.func_label),
|
||||
ShowCreationThenFadeAround(self.func_label),
|
||||
run_time=2
|
||||
)
|
||||
self.add(self.get_stream_lines_animation(stream_lines))
|
||||
|
Reference in New Issue
Block a user