mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 02:35:22 +08:00
Up to standard intro of dot products
This commit is contained in:
@ -303,11 +303,11 @@ class RandolphScene(Scene):
|
||||
self.randy.to_corner()
|
||||
self.add(self.randy)
|
||||
|
||||
def dither(self, blink = True):
|
||||
def dither(self, time = 1, blink = True):
|
||||
if blink:
|
||||
self.play(Blink(self.randy))
|
||||
else:
|
||||
Scene.dither(self)
|
||||
time -= 1
|
||||
Scene.dither(self, time)
|
||||
return self
|
||||
|
||||
class TeacherStudentsScene(Scene):
|
||||
|
Reference in New Issue
Block a user