Change default revealjs transition to none

This commit is contained in:
Simon Bruder 2020-02-25 00:34:37 +00:00
parent 8a49fbdf7d
commit b067567377
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -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 = ""