Simple implementation of jQuery image gradient effect

  • 2021-07-01 06:15:48
  • OfStack

Simple implementation of jQuery image gradient effect


(document).ready(function() {(document).ready(function() {("div.baba").mouseleave(function()
	{
("span.aaa").stop().animate({opacity: '1'},600);  });("span.aaa").stop().animate({opacity: '1'},600);  });("div.baba").mouseenter(function()
	{
	$("span.aaa").stop().animate({opacity: '0'},600); 
	}); 


});

Related articles: