mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 11:03:03 +08:00
PiCreatureScene and TeacherStudentScene refactors
This commit is contained in:
@ -334,7 +334,6 @@ class AnimationGroup(Animation):
|
||||
for anim in sub_anims:
|
||||
#Use np.divide to that 1./0 = np.inf
|
||||
anim.alpha_multiplier = np.divide(max_run_time, anim.run_time)
|
||||
|
||||
if "run_time" in kwargs:
|
||||
self.run_time = kwargs.pop("run_time")
|
||||
else:
|
||||
|
Reference in New Issue
Block a user