Single DIV in screen when scroll down

Do you simply want to display one viewport full of content at a time.

If so you can do that with flex and use min-height:100vh.

Here is a basic demo.

Is that what you were after or something more comnplex?