猿问

请教慕课上鼠标移上图片缓慢变大怎么实现

请教慕课上鼠标移上图片缓慢变大怎么实现,我想学习下

牵袏手_卟离
浏览 1889回答 3
3回答

SEO研究小组

jq的$("#a").hover(function(){},function(){});

MnZLZ

$("#imageId").mouseover(function(){ $(this).stop().animate({width:"800px",height:"600px;"},8000); }).mouseout(function(){ $(this).stop().animate({width:"300px",height:"200px;"},8000); });

Tracy_

应该是js+css 实现的。绑定mouseover mouseout 改变图片的大小,即可实现。
随时随地看视频慕课网APP

相关分类

JavaScript
我要回答