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

@ -387,7 +387,7 @@ class ShowArrayOfEccentricities(Scene):
e_copy.set_color(RED)
self.play(ShowCreation(e_copy))
self.play(
CircleThenFadeAround(
ShowCreationThenFadeAround(
eccentricity_labels[i],
),
FadeOut(e_copy)