この Stackoverflow Questionで提案されている方法を使用して、 を使用して jQueryslideDown
関数を再作成しanimate
、プロパティを使用できるようにしていstep
ます。
ただし、step プロパティを機能させることはできません。これが私のコードです:
infoClone.animate({
"height": "show",
"marginTop": "show",
"marginBottom": "show",
"paddingTop": "show",
"paddingBottom": "show",
step : function() {
console.log('Step!');
}
});