If you Want to create your own timeline, then here are some useful tutorials using css and jquery to add interactive timelines to your projects.
Vertical Timeline
CSS3 tricks and a bit of jQuery to create some bounce animations that affect desktop users only, while on mobile the structure is more minimal.
Building the Responsive Timeline Portfolio Page
During this series you’ll be using Photoshop CS6 to design a simple, clean, three-column portfolio page, with a trending timeline. Once done, you’ll move over to a code editor and begin building your finished page for the web. Along the way, you’ll learn about the designer > developer workflow, whilst using tools such as Sass and jQuery.
Vertical CSS Timeline
Mostly I found horizontally scrolling timelines, many of which required some Javascript or jQuery. I already had a couple jQuery plugins for this company website, and I didn’t want to have to deal with plugins interfering with each other (plus the CMS doesn’t give you a lot of freedom to extend functionality like this). Also, I love just doing things with basic HTML and CSS. Simple is usually better.
Pure CSS Timeline
In this article I’ll share my approach to creating a timeline out of CSS and HTML which results in a nice looking, simple timeline.
Build a Vertical Timeline Archives Page Using Bootstrap
Website archives have long been used to organize blog posts, comments, portfolio entries, and similar types of content. These pages are typically organized by date and split into sections by the month and year. This has naturally evolved to include other interface designs – one of which is a timeline of posts.
Interactive Infographic with SVG and CSS Animations
One of the less talked about features of newer browsers is increasing support for the SVG file format. If you are unfamiliar with SVG, it stands for Scalable Vector Graphics. Unlike raster image formats like PNG, JPG or GIF, the vector graphics contained within SVG files are completely scalable to any size and will display at any resolution or screen density without quality loss. In many cases, SVG files will also be much smaller in filesize and download quicker.