今日、jQuery メソッドのオプションの新機能を読んでいたときに.animate()
、同じアクションを持つと思われる 2 つのオプションに直面しました。
これらのオプションはdone
とcomplete
です。ドキュメントによると、それらはアニメーションの完了時に実行される関数です。
complete
Type: Function()
A function to call once the animation is complete.
と :
done
Type: Function( Promise animation, Boolean jumpedToEnd )
A function to be called when the animation completes (its Promise object is resolved). (version added: 1.8)
今私の質問は、2つの違いは何ですか?