OldLaggedStart -> LaggedStartMap

This commit is contained in:
Grant Sanderson
2019-02-14 12:06:21 -08:00
parent 4a00161bee
commit 993f7edee9
61 changed files with 906 additions and 939 deletions

View File

@ -2009,7 +2009,7 @@ class LoopSplitScene(ColorMappedObjectsScene):
play_combined_fade(start, end, midline_lines_vmobject, midline_bullets)
def flash_circles(circles):
self.play(OldLaggedStart(FadeIn, VGroup(circles)))
self.play(LaggedStartMap(FadeIn, VGroup(circles)))
self.wait()
self.play(FadeOut(VGroup(circles)))
self.wait()