$(window).scroll(function (){
$("p").each(function (){
if($(this).offset().top<$(window).scrollTop()+$(window).height()){
$(this).addClass("con-enter")
}
})
})
Copyright 2014-2026 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
学习是最好的投资!