Remove CycleAnimation ContinualAnimation, replace with cycle_animation which adds a mobject updater

This commit is contained in:
Grant Sanderson
2019-02-11 14:28:45 -08:00
parent 6c03bb4f1e
commit 605ca08e6f
5 changed files with 32 additions and 32 deletions

View File

@ -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