From b067567377d3dc7b58a0a57a48e182b42a02841a Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Tue, 25 Feb 2020 00:34:37 +0000 Subject: [PATCH] Change default revealjs transition to none --- revealjs/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/revealjs/build.py b/revealjs/build.py index e79a116..4651d64 100755 --- a/revealjs/build.py +++ b/revealjs/build.py @@ -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 = ""