Hi francolsromain,   Welcome to the GreenSock forums.   Yes you could stagger the animation of the points but it isn't something that will happen automatically. You will have to animate your own point objects with x and y properties and then apply those values to your path when the tweens update. Using the cycle feature of staggerTo() it could look something like this:   var points= [   {x:0, y:200, endX:100, endY:50},   {x:200, y:200, endX:400, endY:0},   {x:500, y:200, endX:600, endY:1
    • Like
    1