Welcome to the GreenSock forums @eddiedev     While GSAP certainly is most widely used to tween on existing HTML elements' values, it can tween on just about any value you feed it with and what you do with that value being tweened on in the end is up to you. That is what's happening in that example in the .to() tween.   First the object airpods is created with the key frame and its value set to 0.      let airpods = { frame: 0 };   Then in the .to() t
    • Like
    4