<p>I want to make the slider fade out on the edges. I am using the red colour to make the problem obvious. I do not want the fades to move when scrolling.</p>
<p><strong>Lot's of elements, the red moves when scrolling but should stay still.</strong></p>
<div class="timeline-wrapper-wrapper">
<section class="timeline-wrapper">
<div class="timeline">
<div class="frame"></div>
<div class="frame"></div>
<div class="frame"></div>
<div class="frame"></div>
<div class="frame"></div>
<div class="frame"></div>
<div class="frame"></div>
<div class="frame"></div>
<div class="frame"></div>
<div class="frame"></div>
<div class="frame"></div>
<div class="frame"></div>
</div>
</section>
</div>
<hr />
<p><strong>A few elements, displays as intended.</strong></p>
<section class="timeline-wrapper">
<div class="timeline">
<div class="frame"></div>
<div class="frame"></div>
<div class="frame"></div>
</div>
</section>