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

clearTimeout(animate1); //停止动画

 

相关文章:

  • 2021-06-27
  • 2022-12-23
  • 2021-07-23
  • 2021-08-05
  • 2021-10-09
  • 2021-11-13
  • 2021-09-26
猜你喜欢
  • 2021-12-31
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-24
  • 2022-12-23
  • 2021-12-26
相关资源
相似解决方案