Tutorial Fade Image Into Another Image
Make a div that is the exact size of the image. This div will have a background image applied to it of the second image. Then put an inline ...
https://iskablogs.blogspot.com/2014/03/tutorial-fade-image-into-another-image.html
Make a div that is the exact size of the image. This div will have a background image applied to it of the second image. Then put an inline image inside it.

Fading the inline image in and out will reveal/hide the second (background) image.
$("#kitten").hover(function(){
$(this).find("img"
Fading the inline image in and out will reveal/hide the second (background) image.
$("#kitten").hover(function(){
$(this).find("img"