I'm currently testing the scroll animation tutorial from https://css-tricks.com/lets-make-one-of-those-fancy-scrolling-animations-used-on-apple-product-pages/
On codepen: https://codepen.io/j-v-w/pen/ZEbGzyv
Everything works so far, but how do I make it possible to scroll to the content below after the scrolling animation ends?
For example I simply want to add further content after the canvas element:
<canvas id="hero-lightpass" />
<div>example content</div>
Great thanks for any ideas!