<section class="timeline">
<ul>
<li>
<div>
<h4>Your date or title</h4>
<p>Your text content</p>
</div>
</li>
...
</ul>
</section>
To animate the timeline on scroll add the animation class
<section class="timeline animation">
On mobile devices the timeline is aligned to the left by default. If you want it on the right instead just add the additional right class.
<section class="timeline right">
Animation can also be used in combination with the timeline right option.
<section class="timeline right animation">