清除setTimeout事件

var animate1=setTimeout(function(){   //文字淡入
            $(".shop_wenzititle").animate({top:'35%',opacity:'1'},1000);
            $(".shop_wenzicon").animate({top:'53%',opacity:'0.8'},2000);
        },100);

clearTimeout(animate1); //停止动画

 

posted @ 2014-06-25 09:48  Shimily  阅读(5590)  评论(0编辑  收藏  举报