Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Tooltip show / hide animation effects
http://wiki.jqueryui.com/w/page/12138112/Tooltip http://bugs.jqueryui.com/ticket/3772 Fixed: #3772 - work through places where animations could be used this time solution based on both my previous pull requests: - added new method to tooltip object "_animate", that is based on kbwood animation solution posted http://bugs.jqueryui.com/ticket/3772#comment:6 - default animations fadeIn / fadeOut implemented, thank's Jörn) - And some from Jörn: "Somewhat related: With this API implemented, the close callback could run once the animation is completed, instead of as soon as the animation starts. Though that could get into trouble when the closing animation is cancelled (hover before animation finished)." So may be fire trigger close event just before animation fired?
- Loading branch information