我正在尝试修复英雄和页脚排序,因此当页面滚动时,内容将翻过(不动的)英雄,当您到达内容的末尾时,也会显示同样不动的页脚。
我搞砸了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>