Skip to content

Commit c915af1

Browse files
authored
chore(html): bump RevealJS version to 5.2 (#536)
Bump version as it includes a nice fix for speaker view: background videos are now played. See: hakimel/reveal.js#1037 (comment).
1 parent a889755 commit c915af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manim_slides/convert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ class RevealJS(Converter):
531531
"black",
532532
description="Background color used in slides, not relevant if videos fill the whole area.",
533533
)
534-
reveal_version: str = Field("5.1.0", description="RevealJS version.")
534+
reveal_version: str = Field("5.2.0", description="RevealJS version.")
535535
reveal_theme: RevealTheme = Field(
536536
RevealTheme.black, description="RevealJS version."
537537
)

0 commit comments

Comments
 (0)