Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width">
    <title>JS Bin</title>
    <!-- jQuery v1.9.1 -->
    <script type="text/javascript" src="https://code.jquery.com/jquery-1.9.1.min.js"></script>
    <!-- Timeline.js v0.0.1 -->
    <link type="text/css" rel="stylesheet" href="https://6666design.com/cdn/timeline/0.0.1/dist/css/timeline.min.css" />
    <script type="text/javascript" src="https://6666design.com/cdn/timeline/0.0.1/dist/js/timeline.min.js"></script>
</head>
<body>
    <div class="timeline-container">
        <div class="example timeline">
            <div data-time="2018">2018</div>
            <div data-time="2017">2017</div>
            <div data-time="2016">2016</div>
            <div data-time="2015">2015</div>
            <div data-time="2014">2014</div>
        </div>
    </div>
    <style>
    .timeline-list {
        height: 400px;
    }
    </style>
    <script type="text/javascript">
        $( ".example" ).Timeline({
            autoplay: true,
            mode: "vertical"
        });
    </script>
</body>
</html>
Output 300px

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers