Disable scroll until animation is completed

You can wrap everything that is not the hero into a div called .page-content, for example, and display:none this div until the animation completes, then display:box. If there’s nothing to scroll, users can’t scroll.

4 Likes