In this effect, the user will compose titles by scrolling. At different speeds, the letters will move to their final position throughout the animation. I hope you're comfortably settled, let's get started!
HTML Structure
The structure here is very simple. The letters of the title
will move along their parent as the user scrolls: the container
division.
<section class="mwg_effect049">
<div class="container">
<h2 class="title">Apollo 11 history</h2>
</div>
</section>