DaftMonk / angular-tour

AngularJS directive for giving an interactive tour of your website.
http://daftmonk.github.io/angular-tour/
MIT License
609 stars 137 forks source link

Disable scrolling? #24

Open ptink opened 9 years ago

ptink commented 9 years ago

The scrolling is nice, but doesn't fit my use case currently as I have a few absolute-positioned elements such as a title bar and footer bar and the scrolling to tooltips moves them around on the screen. Is there currently a way to disable scrolling automatically?

To clarify, I could technically get around this by setting tourConfig.scrollSpeed = 1000000000 and hoping they close the browser before they notice any movement ;) But a proper solution would be nice

ptink commented 9 years ago

did a quick n dirty PR for this: https://github.com/DaftMonk/angular-tour/pull/25