We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 523821d commit 00bd1c6Copy full SHA for 00bd1c6
README.md
@@ -59,6 +59,7 @@ this.joyrideStart()
59
## Options
60
61
- `joyrideLocale` (object): The strings used in the tooltip. Defaults to `{ back: 'Back', close: 'Close', last: 'Last', next: 'Next' }`
62
+- `joyrideScrollOffset` (number): The scrollTop offset used in `joyrideScrollToSteps`. Defaults to `20`
63
- `joyrideScrollToSteps` (bool): Scroll the page to the next step if needed. Defaults to `true`
64
- `joyrideShowBackButton` (bool): Display a back button. Defaults to `true`
65
- `joyrideShowOverlay` (bool): Display an overlay with holes above your steps. Defaults to `true`
0 commit comments