Nice tutorial, dude. This is the expression I use when I need to loop paths. Hope it helps: try{ timeStart = thisProperty.key(1).time; duration = thisProperty.key(thisProperty.numKeys).time-timeStart; pingPong = false; //change to true value if you want to loop animation back & forth quant=Math.floor((time-timeStart)/duration); if(quant
Please upload more videos about Johnny Harris and Vox style editing tutorial
I will soon
Go
Thanks
Nice tutorial, dude.
This is the expression I use when I need to loop paths. Hope it helps:
try{
timeStart = thisProperty.key(1).time;
duration = thisProperty.key(thisProperty.numKeys).time-timeStart;
pingPong = false; //change to true value if you want to loop animation back & forth
quant=Math.floor((time-timeStart)/duration);
if(quant
This is great thanks for sharing this knowledge