pos = linear(index,1,10,0,1);
thisComp.layer("Solid with Mask").mask("Mask 1").maskPath.pointOnPath(pos, t = time);

// ALTERNATIVA ANIMADA
thisComp.layer("Solid with Mask").mask("Mask 1").maskPath.pointOnPath(time/10);