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
|
||||
'width': 1280,
|
||||
'height': 800,
|
||||
'transition': 'slide', # none, fade, slide, convex, concave, zoom
|
||||
'transition': 'none', # none, fade, slide, convex, concave, zoom
|
||||
}
|
||||
content = ""
|
||||
|
||||
|
|
Reference in a new issue