change arrow placement
This commit is contained in:
committed by
Kathleen Fitzpatrick
parent
e1f8fb3f58
commit
962a3ab3cf
@@ -23,7 +23,7 @@ export default {
|
|||||||
controlsTutorial: true,
|
controlsTutorial: true,
|
||||||
|
|
||||||
// Determines where controls appear, "edges" or "bottom-right"
|
// Determines where controls appear, "edges" or "bottom-right"
|
||||||
controlsLayout: 'bottom-right',
|
controlsLayout: 'edges',
|
||||||
|
|
||||||
// Visibility rule for backwards navigation arrows; "faded", "hidden"
|
// Visibility rule for backwards navigation arrows; "faded", "hidden"
|
||||||
// or "visible"
|
// or "visible"
|
||||||
@@ -46,7 +46,7 @@ export default {
|
|||||||
// number for the current slide. The function should take in a slide
|
// number for the current slide. The function should take in a slide
|
||||||
// object and return an array with one string [slideNumber] or
|
// object and return an array with one string [slideNumber] or
|
||||||
// three strings [n1,delimiter,n2]. See #formatSlideNumber().
|
// three strings [n1,delimiter,n2]. See #formatSlideNumber().
|
||||||
slideNumber: false,
|
slideNumber: true,
|
||||||
|
|
||||||
// Can be used to limit the contexts in which the slide number appears
|
// Can be used to limit the contexts in which the slide number appears
|
||||||
// - "all": Always show the slide number
|
// - "all": Always show the slide number
|
||||||
|
|||||||
Reference in New Issue
Block a user