Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Scene v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Guillaue committed May 30, 2022
1 parent c59fd47 commit 6289470
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Figures/scene.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,6 @@ def get_dist_vect():
self.wait(1)
self.play(Create(all_dots), run_time=3)
self.wait(1)
self.play(FadeOut(vg_all))


class Slide3(Scene):
Expand Down Expand Up @@ -627,8 +626,7 @@ def x_subseq():
self.wait()
self.play(Create(all_dots), run_time=5)
self.wait()
self.play(FadeOut(vg_all))
self.wait()


class Slide4(Scene):
def construct(self):
Expand Down Expand Up @@ -764,10 +762,6 @@ def get_dots(i):
self.play(t.animate.set_value(x_space[-1]), run_time=7, rate_func=rate_functions.ease_in_sine)
self.play(t.animate.set_value(x_space[0]), run_time=7, rate_func=rate_functions.ease_in_sine)
self.wait()
self.play(FadeOut(area_threshold), FadeOut(threshold), FadeOut(vg_all))
for i in range(len(dots_th)):
self.remove(dots_th[i])
self.wait()


class Slide5(Scene):
Expand Down Expand Up @@ -886,8 +880,6 @@ def brace_d():
self.play(FadeOut(l_dots),FadeOut(graph_shp),FadeOut(d_vect), FadeOut(all_dots), FadeOut(brace))

self.wait()
self.play(FadeOut(vg_all))
self.wait()

class Slide6(Scene):
def construct(self):
Expand Down

0 comments on commit 6289470

Please sign in to comment.