I'm wanting to be able to destroy a timeline (based on resizing). When i destroy the timeline, i want to remove all of it's initial set-up CSS. Here is how a timeline is set-up: var scene = new TimelineLite();       scene       .add("start", 0);       scene       .from(panel, 20, {         opacity: 0       }, "start")       .from(panelText, 20, {         y: "+=60px"       }, "start")       .from(background, 20, {         scale: "1.15"       }, "start")   With this, the panel is set to Opacity