$(window).scroll(function() {
var elmnt = document.getElementById("layer1");
var nowLeft = elmnt.getBoundingClientRect().left;
nowLeft += nowLeft/100;
elmnt.style.left = nowLeft + "px";
console.log(nowLeft);
});
这是代码。我想在元素移动时修复用户的滚动。
当元素左边改变时,我想引用window.scrollTop
。
答案 0 :(得分:0)
我认为我是个愚蠢的家伙。
git filter-branch
这样的代码。尽管滚动延迟,它仍然可以轻松改变左侧!