We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a889755 commit c915af1Copy full SHA for c915af1
manim_slides/convert.py
@@ -531,7 +531,7 @@ class RevealJS(Converter):
531
"black",
532
description="Background color used in slides, not relevant if videos fill the whole area.",
533
)
534
- reveal_version: str = Field("5.1.0", description="RevealJS version.")
+ reveal_version: str = Field("5.2.0", description="RevealJS version.")
535
reveal_theme: RevealTheme = Field(
536
RevealTheme.black, description="RevealJS version."
537
0 commit comments