我正在玩引导程序中的图片上的悬停效果,并且链接效果有问题。如果我在缩略图上运行鼠标,动画会快速建立。
将鼠标悬停在新缩略图上后,如何停止所有以前的动画?
$( “[相对= '提示']”)工具提示();
$( '缩略图')。悬停( 功能(){ $(本).find( '字幕。')了slideDown(250).animate({ “背景色”: “#f2c802”, “不透明性”:”。6" },1000)。 //.fadeIn(250) $(this).find('。captionhead')。slideDown(250).animate({“color”:“black”,“font-size”:“24px”},1000); }, 功能(){ $(本).find( '字幕。')效果基本show(250).animate({ “背景色”: “#428bca”, “不透明性”:” 7" },1000)。 //.fadeOut(205) $(this).find('。captionhead')。animate({“color”:“white”,“font-size”:“18px”},1000); } );