Skip to content

Commit

Permalink
Merge pull request #69 from dominique-mueller/master
Browse files Browse the repository at this point in the history
Add fade-out transition
  • Loading branch information
45kb committed Jul 23, 2015
2 parents 4de8002 + 8a17458 commit df4f8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/angular-tooltips.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@
};

$scope.hideTooltip = function hideTooltip () {
theTooltip.css('transition', 'opacity ' + speed + 'ms linear, visibility 0s linear ' + speed + 'ms');
theTooltip.removeClass(CSS_PREFIX + 'open');
theTooltip.css('transition', '');
$scope.clearTriggers();
$scope.bindShowTriggers();

Expand Down

0 comments on commit df4f8f4

Please sign in to comment.