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

@ -1018,7 +1018,7 @@ class ShowNavierStokesEquations(Scene):
FadeInFromDown(labels[0]),
newtons_second.next_to, variables, RIGHT, LARGE_BUFF
)
self.play(CircleThenFadeAround(parts[0]))
self.play(ShowCreationThenFadeAround(parts[0]))
self.wait()
self.play(LaggedStart(FadeInFrom, labels[1:]))
self.wait(3)