You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I think the animations broke when I removed Angular UI Bootstrap. I don't plan on implementing animations again, but I can certainly add hooks if necessary.
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.The text was updated successfully, but these errors were encountered: