mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
finished TS Scene
This commit is contained in:
parent
ade2e0c87e
commit
88cc7cedff
1 changed files with 14 additions and 4 deletions
|
@ -2036,7 +2036,20 @@ class IRecognizeThis(TeacherStudentsScene):
|
|||
|
||||
self.student_says("I have seen this before!")
|
||||
self.change_student_modes("pondering", "raise_right_hand", "pondering")
|
||||
self.teacher_says("This is Pascal's Triangle")
|
||||
self.wait()
|
||||
self.play(FadeOut(self.get_students[1].bubble))
|
||||
|
||||
self.wait()
|
||||
# insert https://www.youtube.com/watch?v=K8P8uFahAgc&t=6m47s here
|
||||
|
||||
self.teacher_says("It's Pascal's Triangle")
|
||||
|
||||
|
||||
|
||||
class EntirePascalBrickWall(Scene):
|
||||
|
||||
def construct(self):
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -2054,9 +2067,6 @@ class IRecognizeThis(TeacherStudentsScene):
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue