こんにちは、可変性を得る& firefox(かなり悪い)chrome(ok) これは最初のアニメーションを実行しないことがあります。jQuery animate()。delay()。animate()私はこの権利をしていますか?
私はこの権利を構成しましたか?
$notification.animate({
top: '-=' + ($notification.outerHeight() + 20)
}, 1500, function() {
$(this).delay(2000);
$(this).animate({
top: '+=' + ($notification.outerHeight() + 20)
}, 1500, function() {
});
});
のNoアイデアを。あなたは何を求めているのですか?問題を示すサンプルページを投稿できますか? – Blender