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:
@@ -440,10 +440,10 @@ class Introduction(TeacherStudentsScene):
|
||||
|
||||
def construct(self):
|
||||
self.show_series()
|
||||
self.show_area_model1()
|
||||
self.show_examples()
|
||||
|
||||
def show_series(self):
|
||||
series = VideoSeries()
|
||||
series = VideoSeries(num_videos = 11)
|
||||
series.to_edge(UP)
|
||||
this_video = series[0]
|
||||
this_video.set_color(YELLOW)
|
||||
@@ -494,9 +494,10 @@ class Introduction(TeacherStudentsScene):
|
||||
self.play(
|
||||
FadeOut(self.teacher.bubble),
|
||||
FadeOut(self.teacher.bubble.content),
|
||||
self.get_teacher().change_mode, "raise_right_hand",
|
||||
*[
|
||||
ApplyMethod(pi.change_mode, "pondering")
|
||||
for pi in self.get_pi_creatures()
|
||||
for pi in self.get_students()
|
||||
]
|
||||
)
|
||||
self.wait()
|
||||
@@ -504,6 +505,11 @@ class Introduction(TeacherStudentsScene):
|
||||
self.series = series
|
||||
|
||||
|
||||
def show_examples(self):
|
||||
|
||||
self.wait(10)
|
||||
# put examples here in video editor
|
||||
|
||||
|
||||
# # # # # # # # # # # # # # # # # #
|
||||
# show examples of the area model #
|
||||
|
||||
Reference in New Issue
Block a user