Hey Alex and welcome to the GreenSock forums.   If you want to set the values to the original position set in the animation you can move the the playhead's position before you kill it: tl.pause(0).kill(true); ScrollTrigger.getById("trigger1").kill(true); If you want to remove all inline styles you can use clearProps: tl.kill(true); ScrollTrigger.getById("trigger1").kill(true); gsap.set("#element", {clearProps: true});  
    • Like
    4