Is it possible when I hover on A, change the B's style with fade out animation? Such as:
<div id="A">Div A</div>
<div>random other elements</div>
<div>random other elements</div>
<div>random other elements</div>
<div id="B">Div B</div>
I want to fade out the B's color from white to red in 2 seconds when I move my cursor to A?
I read this, it works good but there's no animation when the hover event happened.