Close Joyride programmatically #626
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
hey @mkantz84 If you need to control how this library handles the tour, you'll need to use the controlled mode with |
Beta Was this translation helpful? Give feedback.
-
Did you check the code for the controlled example in the demo? It's impossible to know what's happening without seeing the code, but I think it's possible to do with the |
Beta Was this translation helpful? Give feedback.
hey @mkantz84
If you need to control how this library handles the tour, you'll need to use the controlled mode with
stepIndex
andrun
propsCheck the demo for examples.