mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 08:54:38 +08:00
Preliminarily done with Chapter 10 animations
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user