Hello,
I have this code pen here. Just testing some functionality with GSAP, PixiJS, and PixiPlugin. I have three questions.
1. What is the difference between pivot.x, and pivotX here? I have found that I must use pivot.x with the rectangle and pivotX with the circle to center these graphics.
2. Why does the circle not change color like the rectangle? Is this a bug?
3. Is it more performant to create one PIXI.Graphics() object? I am hoping to create a series of geometric motiongraphic animations with shapes moving independently. What is the best approach here?