mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-09-02 19:22:57 +02:00
in/out transitions for controls
This commit is contained in:
13
README.md
13
README.md
@@ -181,9 +181,20 @@ At the end of your page you need to initialize reveal by running the following c
|
||||
```javascript
|
||||
Reveal.initialize({
|
||||
|
||||
// Display controls in the bottom right corner
|
||||
// Display presentation control arrows
|
||||
controls: true,
|
||||
|
||||
// Hint at where the user can navigate, for example by animating
|
||||
// the down arrow when we first encounter a vertical slide
|
||||
controlsHints: true,
|
||||
|
||||
// Determines where controls appear, "edges" or "bottom-right"
|
||||
controlsLayout: 'bottom-right',
|
||||
|
||||
// Visibility rule for backwards navigation arrows; "faded", "hidden"
|
||||
// or "visible"
|
||||
controlsBackArrows: 'faded',
|
||||
|
||||
// Display a presentation progress bar
|
||||
progress: true,
|
||||
|
||||
|
Reference in New Issue
Block a user