sorich87 / bootstrap-tour

Quick and easy product tours with Twitter Bootstrap Popovers
http://bootstraptour.com
MIT License
4.44k stars 942 forks source link

ncaught TypeError: t(...).stop is not a function #722

Open tnkteja opened 5 years ago

tnkteja commented 5 years ago

I tried to initialize from the tour, I get the following error.

Uncaught TypeError: t(...).stop is not a function at o._scrollIntoView (bootstrap-tour.min.js:186) at o. (bootstrap-tour.min.js:106) at o._callOnPromiseDone (bootstrap-tour.min.js:230) at o.showStep (bootstrap-tour.min.js:112) at o.init (bootstrap-tour.min.js:59) at window.onload (main.js:56)

Neuroforge commented 5 years ago

Any progress on this one?

Sell24 commented 5 years ago

In my case I was using BS4 with jQuery. BS4 includes the slim version of JQuery by default. So in order to use the animation features you need to include the full version of jQuery.