MathuraMG / indian-history

Compilation of data about indian history from 1600 - 1947
10 stars 2 forks source link

Timeline class #8

Closed harimohanraj89 closed 6 years ago

harimohanraj89 commented 6 years ago

This PR introduces a Timeline class to manage pages and maps. It accepts the following options

new Timeline({
  project: "divideRule", // The key in `window.data` to be loaded
  mapsEl: $(".view"),    // The jQuery element to contain maps
  pagesEl: $(".pages"),  // The jQuery element to contain sections for Scrollify
})

The class performs the following: