This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.
v0.7.0 tooltip-animation="false" is unable to disable fade-in/out animation #1418
Closed
Description
I am upgrading from angular-ui 0.6.0 to 0.7.0. And I realized that even I have set tooltip-animation to "false", the fade-in/out animation of tooltip is still effective.
A real-life demo is at the mainsite http://angular-ui.github.io/bootstrap/, at the Tooltip section, the code snippet:
<span tooltip-animation="false" tooltip="I don't fade. :-(">fading</span>
You would see the tooltip still fade :(