I found how to add lagSmoothing to tweenlite and max, but I have not been able to find or figure out how to use it with TimelineLite. Where would I add it in this for example?   var tl = new TimelineLite();     tl.to(energyImage, 0, {opacity:0});     tl.from(shape, 5, {rotationY:"-=3000", ease:Sine.easeIn});     tl.from(shape, 1, {autoAlpha:0}, "-=4");         Thanks