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

@ -310,9 +310,9 @@ class IntegralSymbols(Scene):
self.play(FadeInFrom(rhs, 4 * LEFT))
self.wait()
self.play(CircleThenFadeAround(rhs[1]))
self.play(ShowCreationThenFadeAround(rhs[1]))
self.wait()
self.play(CircleThenFadeAround(rhs[2:]))
self.play(ShowCreationThenFadeAround(rhs[2:]))
self.wait()
self.play(
GrowFromCenter(int_brace),