Hi @Demky,   Please look at this page: https://greensock.com/docs/TimelineMax/reversed()   .reversed( value:Boolean ) : Gets or sets the animation's reversed state which indicates whether or not the animation should be played backwards.   myAnimation.reversed( true ); //sets the orientation to reversed myAnimation.reversed( !myAnimation.reversed() ); //toggles the orientation   Happy tweening ... Mikel  
    • Like
    5