Skip to main content

Actions

You can define actions that the user can take to advance to the next step of the tour, without having to click the "Next" button. This way you can e.g. point in your application "Click here to do X", and then when the user does that the tour will automatically move forward to the next step.

Two kinds of actions are supported:

  • Click
  • Hover

To define what element should be clicked/hovered, you just enter a CSS selector to that element, and we will take care of the rest.

You can also optionally choose to hide the "Next"/"Prev" buttons, so that the user has to take the action inside your app to forward the tour. Or you can choose to keep the buttons shown like normally, totally up to you.