You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: