markmarkoh / datamaps

Customizable SVG map visualizations for the web in a single Javascript file using D3.js
http://datamaps.github.io
MIT License
3.78k stars 1.01k forks source link

Can we control the hover function, allowing for more complex anims, such as fades. #32

Closed vonKristoff closed 8 years ago

vonKristoff commented 11 years ago

says on the tin.

matiassingers commented 10 years ago

@vonKristoff you might be able to accomplish transitions like fading etc. with simple CSS transitions on the popup element.

Of course depending on your specific markup, but try adding a transition to the .datamaps-hoverover element and its childNodes.