Skip to content

Commit 533944b

Browse files
committed
Use fade transition
reveal.js' "default" transition is visually distracting, use "fade" instead.
1 parent 62299bf commit 533944b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

itnot/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,7 @@
614614
// - https://github.com/hakimel/reveal.js#configuration
615615
// - https://github.com/hakimel/reveal.js#dependencies
616616
Reveal.initialize({
617+
transition: "fade",
617618
dependencies: [
618619
{ src: 'plugin/markdown/marked.js' },
619620
{ src: 'plugin/markdown/markdown.js' },

0 commit comments

Comments
 (0)