Preliminarily done with Chapter 10 animations

This commit is contained in:
Grant Sanderson
2016-09-14 13:53:23 -07:00
parent 2de817010d
commit 2ec1db94d0
9 changed files with 1764 additions and 57 deletions

View File

@ -68,7 +68,7 @@ class Write(ShowCreation):
if "run_time" not in kwargs:
self.establish_run_time(mobject)
if "lag_factor" not in kwargs:
self.lag_factor = self.run_time - 1
self.lag_factor = max(self.run_time - 1, 1)
ShowCreation.__init__(self, mobject, **kwargs)
def establish_run_time(self, mobject):