Hello Dan!
But what if I need to loopOut(“cycle”,-2) (tried to joke in IT)
I mean if I need the FIRST 3 keyframes to be looped until we reach the 4th keyframe (then goes the animation 5,6,7kf …)?
Thanks!
Also tried to stop the lO(); with markers and continue ->
failed to insert reference to the property itself so it stops loopOut and reads the current Kframes. Only constant values work here =(
=====
stop = marker.key(marker.numKeys).time;
loopDur = key(numKeys).time;
if (time > stop){
stop%loopDur;
}else{
loopOut();
}