Welcome to mirror list, hosted at ThFree Co, Russian Federation.

reveal.json « data - github.com/zzossig/hugo-theme-zzo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3e9547f75a83c1231e6c92f5f63021a1753b736f (plain)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
  "width": "100%",
	"height": "100%",
	"margin": 0,
	"minScale": 1,
	"maxScale": 1,
	"markdown": {
		"smartypants": true
	},
	"controls": true,
	"controlsTutorial": true,
	"controlsLayout": "bottom-right",
	"controlsBackArrows": "faded",
	"progress": true,
	"slideNumber": false,
	"hash": false,
	"history": true,
	"keyboard": true,
	"overview": true,
	"center": true,
	"touch": true,
	"loop": false,
	"rtl": false,
	"navigationMode": "default",
	"shuffle": false,
	"fragments": true,
	"fragmentInURL": false,
	"embedded": false,
	"help": true,
	"showNotes": false,
	"autoPlayMedia": null,
	"preloadIframes": null,
	"autoSlide": 0,
	"autoSlideStoppable": true,
	"defaultTiming": 120,
	"mouseWheel": false,
	"hideInactiveCursor": true,
	"hideCursorTime": 5000,
	"hideAddressBar": true,
	"previewLinks": false,
	"transition": "slide",
	"transitionSpeed": "default",
	"backgroundTransition": "fade",
	"viewDistance": 3,
	"parallaxBackgroundImage": "",
	"parallaxBackgroundSize": "",
	"parallaxBackgroundHorizontal": null,
	"parallaxBackgroundVertical": null,
	"display": "block"
}