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)
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.
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)