const tl = new TimelineMax();

tl.play();
tl.pause();
tl.resume();
tl.reverse();
tl.restart();