Skip to content

Commit

Permalink
Better transition for tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
paradoxxxzero committed Jul 3, 2015
1 parent 54fcbe9 commit 4f661e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pygal/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@
{{ id }}.tooltip rect {
fill: {{ style.plot_background }};
stroke: {{ style.foreground_light }};
-webkit-transition: opacity 250ms;
-moz-transition: opacity 250ms;
transition: opacity 250ms;
}

{{ id }}.tooltip text {
Expand Down

0 comments on commit 4f661e6

Please sign in to comment.