CircleThenFadeAround -> ShowCreationThenFadeAround

This commit is contained in:
Grant Sanderson
2019-01-15 12:20:43 -08:00
parent 737fe3fde7
commit e5e233262c
12 changed files with 17 additions and 17 deletions

View File

@ -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))