Finally changed to

This commit is contained in:
Grant Sanderson
2018-01-15 19:15:05 -08:00
parent 8f895f3bfc
commit 407d72bb94
91 changed files with 6314 additions and 6309 deletions

View File

@ -192,7 +192,7 @@ class NumericalMatrixMultiplication(Scene):
self.play(ShowCreation(h_lines))
self.play(ShowCreation(v_lines))
self.dither()
self.wait()
self.show_frame()
def organize_matrices(self, left, right, result):
@ -255,7 +255,7 @@ class NumericalMatrixMultiplication(Scene):
l_matrix[a][c].highlight(WHITE)
r_matrix[c][b].highlight(WHITE)
self.play(FadeOut(circles), *lagging_anims)
self.dither()
self.wait()