usablica / intro.js

Lightweight, user-friendly onboarding tour library
http://introjs.com
Other
22.8k stars 2.59k forks source link

Should be an event callback each time a step is shown #539

Closed rw3iss closed 3 years ago

rw3iss commented 8 years ago

onStepStarted() / onStep()

To do custom stuff for first or any step.

toleabivol commented 8 years ago

I use :

introJS().onbeforechange(function(element) {
    //code
})
stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.