mirror of
https://github.com/3b1b/manim.git
synced 2025-07-28 12:32:36 +08:00
CircleThenFadeAround -> ShowCreationThenFadeAround
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user