【发布时间】:2021-06-09 22:32:18
【问题描述】:
我正在尝试修复英雄和页脚排序,所以当页面滚动时,内容将滚动到(不动的)英雄,当你到达内容的末尾时,同样不动的页脚将被显示.
我搞砸了data-scroll-sticky 和data-scroll-target,但没有成功。有人能解释一下吗?
感谢任何帮助!
<section scrollContainer>
<div scrollSection class="panel hero">hero</div>
<div scrollSection class="panel cont1">content</div>
<div scrollSection class="panel cont2">more content</div>
<div scrollSection class="panel cont3">even more content</div>
<div scrollSection class="panel footer">footer</div>
</section>
【问题讨论】: