I am using the exact versions of the following:
- Browser: Chome Version: 61.0
- AngularJS: 1.6.1
- Bootstrap: "3.3",
- Angular Bootstrap: 2.5
- Angular UI Tour: 0.9.0
I have installed this library via: Bower
I have observed the following behavior:
I cannot apply fading animation on the popovers. Checked the demo page, but it seems it has a different template for positioning popovers and perform "fade.in" using bootstrap animation. I cannot see any class changes when the popovers appearing in v0.9.0 (only style="visible: visible" and the transition is changed).
What are my optionality to apply fade in/out animations? I have animate.css and bootstrap.css included. I have the depricated ui-tour-animate="true" added.
I am using the exact versions of the following:
I have installed this library via: Bower
I have observed the following behavior:
I cannot apply fading animation on the popovers. Checked the demo page, but it seems it has a different template for positioning popovers and perform "fade.in" using bootstrap animation. I cannot see any class changes when the popovers appearing in v0.9.0 (only
style="visible: visible"and the transition is changed).What are my optionality to apply fade in/out animations? I have animate.css and bootstrap.css included. I have the depricated
ui-tour-animate="true"added.