for (let i = 0; i < this.positions; i++) { 
              setTimeout(function(){ thing.inflatePair1(i+1); }, i*500);
            }