Constantine Tvalashvili Constantine Tvalashvili

Sprite Sheet Player Expression In After Effects (Tutorial)

 

Expression:

x = thisComp.width; y = thisComp.height; countX = 1;
xPos = -x * (timeToFrames() % countX);
yPos = -(timeToFrames() - (timeToFrames() % countX)) / countX * y;
transform.position = [xPos , yPos];

Share Project :

Sprite Sheet Player Expression In After Effects (Tutorial