9.跟随页面滚动效果
<div class="roll">
</div> body{
min-height: 4000px;
}
.roll{
position: relative;
width: 400px;
height: 200px;
background: red;
transition: all .5s;
}Last updated