Not using xPercent & yPercent 특정 offset으로 element 의 중심을 맞추고 싶을 때, {xPercent: -50, yPercent: -50, x: 100, y: 300}으로 맞출 수 있다. x, y에도 percent value를 쓰지만 이건 나중에 혼동을 일으킬 수 있다. percentage-based translation 을 쓰려고 할 때 xPercent나 yPercent를 쓰는 것이 더 좋다. Recreating animations over and overTweens & timeline을 미리 만들어 놓는 것은 여러가지 장점이 있다. Performance 측면에서 필요할 떄 바로 만드는 것보다, 미리 만들어 놓으면, animation instance가 더 적게 필요하..