LaggedStart -> OldLaggedStart

This commit is contained in:
Grant Sanderson
2019-02-08 14:49:38 -08:00
parent 22f4a83ba8
commit 13b701ba1b
63 changed files with 901 additions and 901 deletions

View File

@ -150,7 +150,7 @@ class ShowShadows(ThreeDScene):
self.move_camera(
**self.initial_orientation_config,
added_anims=[
LaggedStart(DrawBorderThenFill, obj3d)
OldLaggedStart(DrawBorderThenFill, obj3d)
],
run_time=2
)
@ -275,7 +275,7 @@ class ShowInfinitelyFarLightSource(ShowShadows):
source_obj3d.set_shade_in_3d(False)
source_obj3d.fade(1)
self.play(LaggedStart(ShowCreation, lines))
self.play(OldLaggedStart(ShowCreation, lines))
self.wait()
self.add(source_obj3d, lines)
self.play(