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.
我真的很喜欢周围的内容在使用 Scroll 时向上/向下“滚动” - 但也喜欢适当的 div 来“淡入”。
将不透明度设置为 100% 透明,然后进行幻灯片效果以向下滚动内容。最后,再次淡入元素。
就像是:-
$("mydiv").css("opacity", "0").slideDown("normal", function() {$(this).fadeIn("normal");});