Browse Source

Better transition for tooltip

pull/242/head
Florian Mounier 9 years ago
parent
commit
4f661e644d
  1. 3
      pygal/css/style.css

3
pygal/css/style.css

@ -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 {

Loading…
Cancel
Save