EragonJ / Trip.js

🚀 Trip.js is a plugin that can help you customize a tutorial trip easily with more flexibilities.
https://eragonj.github.io/Trip.js/
MIT License
793 stars 111 forks source link

Conditional show of trip #74

Closed tsouvarev closed 8 years ago

tsouvarev commented 10 years ago

It would be very useful to disable trips by some condition, say, adding if option to trip object

EragonJ commented 8 years ago

Trip.js does have the functionality to stop the trip by the caller itself by calling trip.stop(), so close this bug first :)

tsouvarev commented 8 years ago

What if I want to skip step, not stop the entire trip?

EragonJ commented 8 years ago

@tsouvarev good point, that can be part of feature in the future.