Skip to content

Commit

Permalink
removed arrows and labels from e3 ref
Browse files Browse the repository at this point in the history
  • Loading branch information
martawleklinska committed Aug 16, 2024
1 parent 6721a45 commit e236cf1
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
@@ -1,4 +1,4 @@
from manim import (LEFT, UP, DOWN, MathTex, FadeIn, Write, FadeOut, Text, Arrow, RIGHT, MoveToTarget, rate_functions, ApplyWave, VGroup, ImageMobject)
from manim import LEFT, UP, DOWN, MathTex, Write, FadeOut, Text, RIGHT, ImageMobject

from zkmarek.video.constant import PRIMARY_COLOR, PRIMARY_FONT, SECONDARY_COLOR
from zkmarek.video.slides.common.slide_base import SlideBase
Expand Down Expand Up @@ -34,7 +34,7 @@ def animate_in(self, scene):


self.new_subsection(scene, "to recap", "data/sound/e4/slide0-2.mp3")
scene.play(FadeOut(self.arrow, self.label, self.tau0, self.tau1, self.tau2, self.group))
scene.play(FadeOut(self.tau0, self.tau1, self.tau2, self.group))
self.slide.animate_miniature(scene)

self.new_subsection(scene, "polynomial", "data/sound/e4/slide0-3.mp3")
Expand Down

0 comments on commit e236cf1

Please sign in to comment.