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