From 8a0893ddb5acba67b0597272d4ef08fa64830e4a Mon Sep 17 00:00:00 2001 From: Nico Jansen Date: Mon, 30 Jan 2023 12:04:09 +0100 Subject: [PATCH] feat(reveal): remove transition --- plugins/reveal.js | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/reveal.js b/plugins/reveal.js index 8e30757..d014da1 100644 --- a/plugins/reveal.js +++ b/plugins/reveal.js @@ -34,6 +34,7 @@ class Reveal { controls : false, progress : false, fragments : fragments, + transition: 'none' }), // It seems passing 'fragments=true' in the URL query string does not take precedence // over globally configured 'fragments' and prevents from being able to toggle fragments