diff options
author | Hakim El Hattab | 2015-01-29 12:03:02 +0100 |
---|---|---|
committer | Hakim El Hattab | 2015-01-29 12:03:02 +0100 |
commit | c8d7451142520c3999335e5ca958d27402071f30 (patch) | |
tree | 6a9497ae3e4691aeae06c8508adb5ea1b3f7304a /js | |
parent | 18e29a898af3fb2d412320ab0c784dfc46bf2a06 (diff) |
comments
Diffstat (limited to 'js')
-rw-r--r-- | js/reveal.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/js/reveal.js b/js/reveal.js index 61afab4..ac21f33 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -1653,8 +1653,8 @@ } /** - * Displays the overview of slides (quick nav) by - * scaling down and arranging all slide elements. + * Displays the overview of slides (quick nav) by scaling + * down and arranging all slide elements. */ function activateOverview() { @@ -1704,8 +1704,8 @@ } /** - * Moves the slides into a grid for display in the - * overview mode. + * Uses CSS transforms to position all slides in a grid for + * display inside of the overview mode. */ function layoutOverview() { |