LinkedInAttic / hopscotch

A framework to make it easy for developers to add product tours to their pages.
Apache License 2.0
4.19k stars 664 forks source link

Implement callout and tour lifecycle events #224

Open kate2753 opened 8 years ago

kate2753 commented 8 years ago

Add support for previously supported callout\tour event callbacks: onPrev, onNext, onShow, onStart, onEnd, onClose, onError.

timlindvall commented 8 years ago

As part of this, we should look towards making these events deferrable (probably using .then() syntax, though this is TBD). Doing so should resolve #231.