<div class="content">
<div class="near panel"></div>
<div class="base panel"></div>
<div class="far panel"></div>
</div>
<p>
For the parallax effect, we want to convey a sense of movement rather than of depth. We want to be able to make two elements of the same size move at different speeds as we scroll.
</p>
<p>
To achieve this, we employ a clever optical illusion: More distant elements which move slower are scaled up so that they appear at the same size as faster moving elements that are closer.
</p>