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