Trying GSAP out, session 1.

Changing x and y in two separate tweens happens at the same time.
Which means this chess piece travels diagonally across the screen.
It's a bishop and, in the game of chess, this is how it moves!
So you can do this in one line of code.
Like this:
                        
    gsap.to("#bishop", { duration: 2, x: 400, y: 400 });