Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Jan 29, 2025
1 parent 46d9dd8 commit 86b3bf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion example.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ def construct(self):
self.next_slide(loop=True)
self.play(MoveAlongPath(dot, circle), run_time=2, rate_func=linear)
self.next_slide()
self.next_slide(loop=True, src="slides/files/ThreeDExample/670be9651f4af508c8272ce280d56a90d0cf50a768f622e562c0db81510bca10_reversed.mp4")

self.play(dot.animate.move_to(ORIGIN))

Expand Down
2 changes: 2 additions & 0 deletions tests/test_slide.py
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,9 @@ def construct(self) -> None:
self.wait(2)
self.next_slide()
self.wait(2)
self.next_slide() # Dummy
self.next_slide(src=config.slides[1].file, loop=True)
self.next_slide() # Dummy
self.wait(2)
self.next_slide(src=config.slides[2].file)

Expand Down

0 comments on commit 86b3bf2

Please sign in to comment.