先把控制大小!!
点击后!大小auto!!
再次点击大小还原!!
<script type="text/javascript">$(document)ready(function(){
$("#ck")children('img')click(function(){
if( $("this")hasClass('current')){
$(this)next("ul")removeClass("current");
$("this")css('width',"auto");
$("this")css('height',"auto");
}else{
$(this)addClass("current");
$("this")css('width',"50px");
$("this")css('height',"50px");
}
});
没试过!!你先试下吧!!
1
/6
打开编辑器。
2
/6
创建html文档。
3
/6
创建css文档。
4
/6
添加动画。
5
/6
加上旋转角度就会开始旋转。
6
/6
完善一下时间即可完成。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)