Currently, the page target that appears when you hover over a node is faded in and out with jQuery. Perhaps we should instead add or remove a CSS class on mouseenter/mouseleave and then use CSS3 transitions to do the fade. I think it will be more reliable than having to mess around with unnecessary jQuery animations.