mirror of
https://github.com/3b1b/manim.git
synced 2026-04-26 03:00:23 -04:00
finished TS Scene
This commit is contained in:
@@ -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):
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user