mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 13:34:19 +08:00
Remove CycleAnimation ContinualAnimation, replace with cycle_animation which adds a mobject updater
This commit is contained in:
@ -2259,7 +2259,7 @@ class GraphOnePlusOneOverX(GraphScene):
|
||||
lag_ratio=0.5,
|
||||
run_time=2
|
||||
)
|
||||
line.continual_anim = CycleAnimation(line_anim)
|
||||
cycle_animation(line_anim)
|
||||
lines.add(line)
|
||||
|
||||
phi_line, phi_bro_line = lines
|
||||
|
Reference in New Issue
Block a user