mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-06-05 10:20:38 +08:00
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: https://github.com/hakimel/reveal.js/pull/1037#issuecomment-1825352783.
This commit is contained in:
@ -531,7 +531,7 @@ class RevealJS(Converter):
|
|||||||
"black",
|
"black",
|
||||||
description="Background color used in slides, not relevant if videos fill the whole area.",
|
description="Background color used in slides, not relevant if videos fill the whole area.",
|
||||||
)
|
)
|
||||||
reveal_version: str = Field("5.1.0", description="RevealJS version.")
|
reveal_version: str = Field("5.2.0", description="RevealJS version.")
|
||||||
reveal_theme: RevealTheme = Field(
|
reveal_theme: RevealTheme = Field(
|
||||||
RevealTheme.black, description="RevealJS version."
|
RevealTheme.black, description="RevealJS version."
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user