Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
スクロールを使用するときのように、周囲のコンテンツを上下に「スクロール」するのが本当に好きですが、適切な div を「フェードイン」するのも好きです。
不透明度を 100% 透明に設定し、効果的にスライドしてコンテンツを下にスクロールします。最後に、要素を再びフェードインします。
何かのようなもの:-
$("mydiv").css("opacity", "0").slideDown("normal", function() {$(this).fadeIn("normal");});