0
(function animation() {
var options = {
duration: 800,
easing: 'linear'
};
$('.square-big')
.find('.square-small')
.animate({
left: 280,
top: 280
},
options
)
.animate({
left: 0,
},
options
)
.animate({
left: 280,
top: 0,
},
options
)
.animate({
left: 0,
},
$.extend(true, {}, options, {
complete: function() {
animation();
}
})
);
})();
行い、それが拡張言うに二つ以上のオブジェクトの内容をマージ)($伸ばすかを把握didntの最初のobject.adding trueは、再帰的な拡張を行います。しかし、私はちょうど上記のケースでmegredを把握できませんでした。私はここで運命にある(私はちょうどjqueryを開始しています)iはjqueryのアニメーション機能について学習し、次のコードに出くわした、実際に私はjQueryのドキュメントを経て
どこから来たのですか? –