I am looking for a solution to switch the image source using attr
, while also incorporating a fade effect in the process. I have attempted to implement one of the suggestions from another post, but it is not producing the desired outcome.
Current Appearance: http://jsfiddle.net/zeaVx/
The existing setup results in a complete fade-out before transitioning to the new image. This is not the effect I am aiming for. I want the transition to be immediate, similar to CSS's :hover
, but with a fading animation included.
How can I accomplish this task?