I am using stepped ease to animate a sprite and it works fine. The problem i have is that there are so many frames that strip is now too wide and I need to have a grid of rows and columns of images Is there a way of animating the y position incrementally as well the x position using the following:   TL.to(spriteSheet, 4, {x:-(spriteWidth * spriteNoOfFrames),ease:SteppedEase.config(spriteNoOfFrames)},"f1+=2.5" );   Thanks in advance... I really would love to use stepped