jQuery Ч¹û - ¶¯»­

jQuery animate() ·½·¨ÔÊÐíÄú´´½¨×Ô¶¨ÒåµÄ¶¯»­¡£

Ч¹ûÑÝʾ



jQuery

jQuery ¶¯»­ - animate() ·½·¨

jQuery animate() ·½·¨ÓÃÓÚ´´½¨×Ô¶¨Ò嶯»­¡£

Óï·¨£º

$(selector).animate({params},speed,callback);

±ØÐèµÄ params ²ÎÊý¶¨ÒåÐγɶ¯»­µÄ CSS ÊôÐÔ¡£

¿ÉÑ¡µÄ speed ²ÎÊý¹æ¶¨Ð§¹ûµÄʱ³¤¡£Ëü¿ÉÒÔÈ¡ÒÔÏÂÖµ£º"slow"¡¢"fast" »òºÁÃë¡£

¿ÉÑ¡µÄ callback ²ÎÊýÊǶ¯»­Íê³ÉºóËùÖ´Ðеĺ¯ÊýÃû³Æ¡£

ÏÂÃæµÄÀý×ÓÑÝʾ animate() ·½·¨µÄ¼òµ¥Ó¦Óã»Ëü°Ñ <div> ÔªËØÒÆ¶¯µ½×ó±ß£¬Ö±µ½ left ÊôÐÔµÈÓÚ 250 ÏñËØÎªÖ¹£º

ʵÀý

$("button").click(function(){
  $("div").animate({left:'250px'});
}); 

Ç××ÔÊÔÒ»ÊÔ

Ìáʾ£ºÄ¬Èϵأ¬ËùÓÐ HTML ÔªËØ¶¼ÓÐÒ»¸ö¾²Ì¬Î»Öã¬ÇÒÎÞ·¨Òƶ¯¡£

ÈçÐè¶ÔλÖýøÐвÙ×÷£¬Òª¼ÇµÃÊ×ÏȰÑÔªËØµÄ CSS position ÊôÐÔÉèÖÃΪ relative¡¢fixed »ò absolute£¡

jQuery animate() - ²Ù×÷¶à¸öÊôÐÔ

Çë×¢Ò⣬Éú³É¶¯»­µÄ¹ý³ÌÖпÉͬʱʹÓöà¸öÊôÐÔ£º

ʵÀý

$("button").click(function(){
  $("div").animate({
    left:'250px',
    opacity:'0.5',
    height:'150px',
    width:'150px'
  });
}); 

Ç××ÔÊÔÒ»ÊÔ

Ìáʾ£º¿ÉÒÔÓà animate() ·½·¨À´²Ù×÷ËùÓÐ CSS ÊôÐÔÂð£¿

Êǵ쬼¸ºõ¿ÉÒÔ£¡²»¹ý£¬ÐèÒª¼Çסһ¼þÖØÒªµÄÊÂÇ飺µ±Ê¹Óà animate() ʱ£¬±ØÐëʹÓà Camel ±ê¼Ç·¨ÊéдËùÓеÄÊôÐÔÃû£¬±ÈÈ磬±ØÐëʹÓà paddingLeft ¶ø²»ÊÇ padding-left£¬Ê¹Óà marginRight ¶ø²»ÊÇ margin-right£¬µÈµÈ¡£

ͬʱ£¬É«²Ê¶¯»­²¢²»°üº¬ÔÚºËÐÄ jQuery ¿âÖС£

Èç¹ûÐèÒªÉú³ÉÑÕÉ«¶¯»­£¬ÄúÐèÒª´Ó jQuery.com ÏÂÔØ Color Animations ²å¼þ¡£

jQuery animate() - ʹÓÃÏà¶ÔÖµ

Ò²¿ÉÒÔ¶¨ÒåÏà¶ÔÖµ£¨¸ÃÖµÏà¶ÔÓÚÔªËØµÄµ±Ç°Öµ£©¡£ÐèÒªÔÚÖµµÄÇ°Ãæ¼ÓÉÏ += »ò -=£º

ʵÀý

$("button").click(function(){
  $("div").animate({
    left:'250px',
    height:'+=150px',
    width:'+=150px'
  });
});

Ç××ÔÊÔÒ»ÊÔ

jQuery animate() - ʹÓÃÔ¤¶¨ÒåµÄÖµ

ÄúÉõÖÁ¿ÉÒÔ°ÑÊôÐԵ͝»­ÖµÉèÖÃΪ "show"¡¢"hide" »ò "toggle"£º

ʵÀý

$("button").click(function(){
  $("div").animate({
    height:'toggle'
  });
});

Ç××ÔÊÔÒ»ÊÔ

jQuery animate() - ʹÓöÓÁй¦ÄÜ

ĬÈϵأ¬jQuery ÌṩÕë¶Ô¶¯»­µÄ¶ÓÁй¦ÄÜ¡£

ÕâÒâζ×ÅÈç¹ûÄúÔڱ˴ËÖ®ºó±àд¶à¸ö animate() µ÷Óã¬jQuery »á´´½¨°üº¬ÕâЩ·½·¨µ÷Óõġ°ÄÚ²¿¡±¶ÓÁС£È»ºóÖðÒ»ÔËÐÐÕâЩ animate µ÷Óá£

ʵÀý 1

Òþ²Ø£¬Èç¹ûÄúÏ£ÍûÔڱ˴ËÖ®ºóÖ´Ðв»Í¬µÄ¶¯»­£¬ÄÇôÎÒÃÇÒªÀûÓöÓÁй¦ÄÜ£º

$("button").click(function(){
  var div=$("div");
  div.animate({height:'300px',opacity:'0.4'},"slow");
  div.animate({width:'300px',opacity:'0.8'},"slow");
  div.animate({height:'100px',opacity:'0.4'},"slow");
  div.animate({width:'100px',opacity:'0.8'},"slow");
});

Ç××ÔÊÔÒ»ÊÔ

ʵÀý 2

ÏÂÃæµÄÀý×Ó°Ñ <div> ÔªËØÒÆ¶¯µ½Óұߣ¬È»ºóÔö¼ÓÎı¾µÄ×ֺţº

$("button").click(function(){
  var div=$("div");
  div.animate({left:'100px'},"slow");
  div.animate({fontSize:'3em'},"slow");
});

Ç××ÔÊÔÒ»ÊÔ

VUE