Skip to content

Instantly share code, notes, and snippets.

@manhha00
Created November 8, 2017 03:18
Show Gist options
  • Save manhha00/63986814f1b2de86c80e9f4d5b51eddc to your computer and use it in GitHub Desktop.
Save manhha00/63986814f1b2de86c80e9f4d5b51eddc to your computer and use it in GitHub Desktop.
after effect - stop loopOut on in mark point
loopOut(type = "cycle", numKeyframes = 0)
stop = marker.key(marker.numKeys).time;
loopDur = key(numKeys).time;
if (time > stop){
stop%loopDur;
}else{
loopOut();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment