intro.js
intro.js copied to clipboard
Feature Request: Provide step object on onchange, onbeforechange, onafterchange events
Description
This would be useful because I extend the step object with my own properties and that I need to follow up with. For example I provide an ID with each step. With this ID I can persist to the user settings if the user has already seen this particular step after a step change has occurred.
Example (recommended)
n/a: however instead of just providing the element, you could provide the element and the step object for the onchange
event types.
+1
seems to be adressed by PR: https://github.com/usablica/intro.js/pull/1266 ?