mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 17:29:06 +08:00
Finally changed to
This commit is contained in:
@ -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()
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user