用JQuery animate 做滚动图片感觉不够流畅?为啥? //这是PPT动画
 function ppt (v,txt) {
 pn = v;
 tn = "-"+parseInt(v)*gh+"px";
 scrobj.stop().animate({top:tn},380);
 //tn = "-"+parseInt(v)*gw+"px";
 //scrobj.stop().animate({left:tn},500);
 $(".sm").html(txt);
 $(".mes").html(v+1+".."+tn+".."+txt)
 }