aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-07-16 22:46:13 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-07-16 22:46:13 -0400
commit8f47bd04e66ade1162c867a7ca0e46a205e579fa (patch)
tree202b961d0994a8f5aee09d04c44109ac496ecbe6 /js
parent17332318f4e449fffd228a23a2796277fb8ab9c6 (diff)
downloadfosdem-2018-presentation-8f47bd04e66ade1162c867a7ca0e46a205e579fa.tar
fosdem-2018-presentation-8f47bd04e66ade1162c867a7ca0e46a205e579fa.tar.gz
document 'none' background transition
Diffstat (limited to 'js')
-rw-r--r--js/reveal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/reveal.js b/js/reveal.js
index dbe9be6..48cba2c 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -83,7 +83,7 @@ var Reveal = (function(){
transitionSpeed: 'default', // default/fast/slow
// Transition style for full page slide backgrounds
- backgroundTransition: 'default', // default/linear
+ backgroundTransition: 'default', // default/linear/none
// Script dependencies to load
dependencies: []