Hey, can anyone help me I want tl to play after start is finished but I just don't know the syntax thank you so much!!
var start = new TimelineMax();
var tl = new TimelineMax({paused: true, repeat:2});
start.add("start",0);
start.add("fade1",2.5);
tl.add("fade2",0);
tl.add("fade3",2.5);
tl.add("fade4",5);
start.to("#white-cover", 0.5, {
opacity: 0,
ease: Power0.easeNone
}, "start")
.to("#asset-img1", 0.5, {
left: 300,
opacity: 0,
ease: Power0.easeNone}, "fade1")
.to("#asset-img