diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-07-16 22:46:13 -0400 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2013-07-16 22:46:13 -0400 |
commit | 8f47bd04e66ade1162c867a7ca0e46a205e579fa (patch) | |
tree | 202b961d0994a8f5aee09d04c44109ac496ecbe6 /js | |
parent | 17332318f4e449fffd228a23a2796277fb8ab9c6 (diff) | |
download | fosdem-2018-presentation-8f47bd04e66ade1162c867a7ca0e46a205e579fa.tar fosdem-2018-presentation-8f47bd04e66ade1162c867a7ca0e46a205e579fa.tar.gz |
document 'none' background transition
Diffstat (limited to 'js')
-rw-r--r-- | js/reveal.js | 2 |
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: [] |