你好,我有一个问题,我尝试了3个小时,使自动滚动到另一个部分时,底部部分的25%是可见的。
Section 1
Section 2 after 25% is visible
Auto scroll to section 2 100% screen size
对不起,我没有一个代码,我做了3个小时,因为没有工作所以我删除了一切:(
只有我拥有的
section{
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
section:nth-child(1){
color: #e0ffff;
}
section:nth-child(2){
color: #42455a;
background: #e0ffff;
}
section:nth-child(3){
color: #e0ffff;
}
section:nth-child(4){
color: #42455a;
background: #e0ffff;
}
1条答案
按热度按时间wrrgggsh1#
我认为关键是滚动快照