Skip to content

Commit

Permalink
chore: fix PR #
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Jan 29, 2025
1 parent c8fc832 commit 46d9dd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#439](https://github.com/jeertmans/manim-slides/pull/439)
- Added `src = ...` filepath argument to allow inserting external
videos as slides.
[#4526](https://github.com/jeertmans/manim-slides/pull/526)
[#526](https://github.com/jeertmans/manim-slides/pull/526)

(unreleased-changed)=
### Changed
Expand Down
1 change: 1 addition & 0 deletions example.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ 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

0 comments on commit 46d9dd8

Please sign in to comment.