ThispluginprovideaeasywaytocreateanimationswithjQueryandusingthecentraltimerfromjQueryyoudon'toverloadyourpagesandgetthebestexperiencewithanimations.
<divid="Walker"style="position:relative;left:0;width:100px;height:50px;background:#000;color:#fff">AnimationTest</div><scriptlanguage="JavaScript"><!-- functionAnimateWalker(Walker,GoEnd){ //LeftWalk1by1 newLeft=parseInt(Walker.css("left"))+1; //CheckGoEndistruetogotoendoftheanimation if(GoEnd)newLeft=400; Walker.css("left",newLeft); //ifthesetupleftkeeplessthen400whecontinuetheanimation return(newLeft<400); } $(function(){ $("#Walker").animator(10,AnimateWalker); });//--></script>
Pluginpage:https://gsaraiva.projects.pro.br/?page_id=44
Mysite,IusejQuery.Animator^^https://gsaraiva.projects.pro.br/
评论