- animate - 動畫效果
animate(params,[duration],[easing],[callback])
params | CSS 語法 |
duration | 動畫完成 params 的時間。("slow","normal","fast",微秒) |
easing | 內定值 linear 和 swing。(需要外掛) |
callback | 當效果完成時只執行一次的 function |
範例(每次往左移動 50px):
$("#left").click(function(){ $(".myshow").animate({left: '-50px'},"slow"); });
Please follow and like us:
最近迴響