every((0.05).seconds(), function() {
      brightness += fade;

      console.log("brightness =>", brightness);
      console.log("index =>", index);