diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2019-01-23 10:14:40 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2019-01-23 10:14:40 +0100 |
commit | 2fa3ab6a6bf9083877dfe46257857a2ab019c293 (patch) | |
tree | 13fd64321eb072a7bd81950a1db85f78cab8d98d /js | |
parent | 51b1658a60a053a1ee9fe18255f1c40a52c02a65 (diff) | |
download | perl-software-in-gnu-guix-2fa3ab6a6bf9083877dfe46257857a2ab019c293.tar perl-software-in-gnu-guix-2fa3ab6a6bf9083877dfe46257857a2ab019c293.tar.gz |
documentation for navigationMode #2307
Diffstat (limited to 'js')
-rw-r--r-- | js/reveal.js | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/js/reveal.js b/js/reveal.js index 5addf75..ba69d1a 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -116,10 +116,8 @@ // all slides (both horizontal and vertical). // // "linear" - // When this is enabled, the left/right arrow keys step through all - // slides (both horizontal and vertical) in a linear way. If the - // presentation has no vertical slides this setting is identical - // to "default". + // Removes the up/down arrows. Left/right arrows step through all + // slides (both horizontal and vertical). // // "grid" // When this is enabled, stepping left/right from a vertical stack |