Skip to content

Commit

Permalink
polynomial improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
martawleklinska committed Aug 12, 2024
1 parent 94f541c commit 67050ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zkmarek/video/slides/e4/e3_reference.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def create_arrow(self):
self.tau1 = MathTex(r"\tau_1", color = SECONDARY_COLOR, font_size=70).next_to(self.group, LEFT, buff=0.1)
self.tau2 = MathTex(r"\tau_2", color = SECONDARY_COLOR, font_size=70).next_to(self.group, RIGHT, buff=0.1)

self.title = Text("Previously on zkMarek", color = PRIMARY_COLOR, font = PRIMARY_FONT).to_edge(UP)
self.title_label = Text("Previously on zkMarek", color = PRIMARY_COLOR, font = PRIMARY_FONT).to_edge(UP)
self.arrow.align_on_border(UP, buff=0.1)
self.arrow.shift(RIGHT * 1)
self.arrow.generate_target()
Expand All @@ -35,7 +35,7 @@ def create_arrow(self):

def animate_in(self, scene):
self.new_subsection(scene, "Intro", sound="data/sound/e4/slide0-1.mp3")
scene.play(Write(self.title), run_time=2)
scene.play(Write(self.title_label))
scene.play(FadeIn(self.group))
scene.play(Write(self.tau0))
scene.play(Write(self.tau1))
Expand Down

0 comments on commit 67050ea

Please sign in to comment.