javascript - 用jQuery的animate方法写手风琴效果,图片会有抖动,怎么解决?
ringa_lee
ringa_lee 2017-04-11 12:24:24
0
0
233

1.用jQuery的animate方法写小图和大图的切换手风琴效果,小图片会有抖动,怎么解决?
2.

var $title2Con=$('.title2-con li'), timer=null; $title2Con.hover(function(){ var _this=$(this); clearTimeout(timer); timer=setTimeout(function(){ _this.stop(true).animate({width:'601px'},500).find('b').fadeOut(400).parent().siblings().stop(true).animate({width:'140px'},500).find('b').fadeIn(400); },200); });

3.

ringa_lee
ringa_lee

ringa_lee

全員に返信 (0)
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート
私たちについて 免責事項 Sitemap
PHP中国語ウェブサイト:福祉オンライン PHP トレーニング,PHP 学習者の迅速な成長を支援します!