-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig-reveal.js
More file actions
34 lines (34 loc) · 828 Bytes
/
config-reveal.js
File metadata and controls
34 lines (34 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/* eslint-disable no-unused-vars */
const config = {
transition: 'slide',
transitionSpeed: 'default',
backgroundTransition: 'slide',
controls: true,
controlsLayout: 'bottom-right',
controlsBackArrows: 'faded',
progress: true,
hashOneBasedIndex: true,
jumpToSlide: true,
keyboard: true,
overview: true,
touch: true,
loop: false,
shuffle: false,
fragments: true,
fragmentInURL: true,
embedded: false,
help: true,
pause: true,
showNotes: false,
autoPlayMedia: null,
autoSlide: 0,
autoSlideStoppable: true,
pdfMaxPagesPerSlide: 'default',
pdfSeparateFragments: true,
pdfPageHeightOffset: -1,
viewDistance: 3,
display: 'block',
hideInactiveCursor: true,
hideCursorTime: 5000,
}
/* eslint-enable no-unused-vars */