这是我的代码:
<body>
<div class='container'>
<div class='inner'>
</div>
</div>
</body>
但是我不知道要写那个脚本。
答案 0 :(得分:0)
JavaScript
window.addEventListener("scroll", myFunction);
function myFunction() {
//do something here ie change the class on the div or some such
}
希望有帮助