jQuery
Instance;Event;Performance;Mobile;Basic
fx
abbr.fractures Fractures Fractured Fractured;for eksempel(Dano-Norwegian=?? ??) (Norwegian) ?? ??;fixed fix
interval
English [??nt?vl] US [??nt?rvl]
n.Interval(??) ??
jquery jQuery.fx.interval ?? ???
??: jQuery.fx.interval ??? ????? ?? ??? ??? ??? ???? ? ?????. ? ??? ???? ?????? ???? ?? ??? ?? ??? ? ????. ???? 13??????. ? ??? ?????? ???? ?? ??? ?? ???? ? ?? ?????. ? ?? ??? ? ?? ?????? ?????? ? ???? ??? ? ??? ??? ?? ??? ??? ?? ? ????. jQuery? ?? ??? ????? ? ??? ????? ?????? ? ?? ???? ??? ?? ?????? ?? ????? ???. ? ??? Google Chrome 11? ?? requestAnimationFrame ??? ???? ?????? ??? ??? ????.
??: ??jQuery.fx.interval = ???;
????:
???? | ?? |
??? | ?? . ????? ?? ??? ??? ??? ?????. ???? 13??????. |
jquery jQuery.fx.interval ?? ?
<!DOCTYPE html> <html> <head> <script src="http://apps.bdimg.com/libs/jquery/2.1.1/jquery.min.js"> </script> <script> $(document).ready(function(){ $("#toggle").on("click",function(){ $("div").toggle(5000); }); $("#interval").on("click",function(){ jQuery.fx.interval = 500; }); }); </script> </head> <body> <button id="toggle">切換 div</button> <button id="interval">以較少的幀數(shù)來(lái)運(yùn)行動(dòng)畫</button> <div style="background:#98bf21;height:100px;width:100px;margin:50px;"> </div> </body> </html>
??? ????? ??? "???? ??" ??? ?????