timeline.zoomFactor = function (zFactor) {
    if (!arguments.length) return zoomFactor;
    zoomFactor = zFactor;
  };