Have you ever wondered if there is a way to loop the path in After Effects?
The regular loopOut expression will not work.
Instead, paste this in the property
// Delete expression if you need to edit path
try{
timeStart = thisProperty.key(1).time;
duration = thisProperty.key(thisProperty.numKeys).time-timeStart;
pingPong = false;
quant=Math.floor((time-timeStart)/duration);
