export function pullLeft(input, label) {
  startTimestamp = null;
  const start = label.offsetLeft;
  input.style.color = 'transparent';
  label.style.position = 'absolute';