css transition过渡之前保持一秒再过渡
请问一下滚动浏览器触发事件怎么让盒子先保持一秒再过渡变形window.onscroll=function(){varbox=document.getElementById...
请问一下 滚动浏览器触发事件 怎么让盒子先保持一秒再过渡变形
window.onscroll=function(){
var box=document.getElementById("box");
var top=document.body.scrollTop;
if(top=>100){
box.style.background="red";
box.style.transition="0.5s";
box.style.height="70px"
}
} 展开
window.onscroll=function(){
var box=document.getElementById("box");
var top=document.body.scrollTop;
if(top=>100){
box.style.background="red";
box.style.transition="0.5s";
box.style.height="70px"
}
} 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |