You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 6, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: doc/features/navigation.md
+33Lines changed: 33 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,9 @@ Furthermore than the default swiping, the [DeckDeckGo] deck expose the following
12
12
-[Is the deck at the end](#is-the-deck-at-the-end)
13
13
-[Get the index of the current slide](#get-the-index-of-the-current-slide)
14
14
-[Get the length of the deck](#get-the-length-of-the-deck)
15
+
-[Pager](#pager)
16
+
-[Show or hide](#show-or-hide)
17
+
-[Customization](#customization)
15
18
16
19
## Navigation
17
20
@@ -65,4 +68,34 @@ await deck.getActiveIndex(); // resolve a number
65
68
await deck.getLength(); // resolve a number
66
69
```
67
70
71
+
## Pager
72
+
73
+
[DeckDeckGo] will per default display a pager in form of a progress circle bar. It's possible to hide it or to customize the following various style options.
74
+
75
+
### Show or hide
76
+
77
+
The show or hide options of the pager are available on the `<deckgo-deck>` element.
0 commit comments