Change default revealjs transition to none
This commit is contained in:
parent
8a49fbdf7d
commit
b067567377
|
@ -39,7 +39,7 @@ config = {
|
||||||
'show_notes': False, # on print
|
'show_notes': False, # on print
|
||||||
'width': 1280,
|
'width': 1280,
|
||||||
'height': 800,
|
'height': 800,
|
||||||
'transition': 'slide', # none, fade, slide, convex, concave, zoom
|
'transition': 'none', # none, fade, slide, convex, concave, zoom
|
||||||
}
|
}
|
||||||
content = ""
|
content = ""
|
||||||
|
|
||||||
|
|
Reference in a new issue