+ Math.random()*1.2;
TweenLite.to(_this, time, {
y1: _this.yTarget,
ease: Power2.easeInOut,
onUpdate: () => _this.updatePath(),
onComplete: () => TweenLite.to(_this, time, {
y1: 0,
onUpdate: () => _this.updatePath(),
onComplete: () => _this.animate()
})
});
} TWEEN STILL RANDOMIZING! THE PARAMETERS