Skip to content

Instantly share code, notes, and snippets.

@monsieuroeuf
Created July 24, 2015 05:05
Show Gist options
  • Save monsieuroeuf/e43da1084ecae9ac10ff to your computer and use it in GitHub Desktop.
Save monsieuroeuf/e43da1084ecae9ac10ff to your computer and use it in GitHub Desktop.
After Effects: stop a nested comp playing till you want it to.
try {
m = thisLayer.marker.nearestKey(time);
linear(time, m.time, outPoint, 0, outPoint - m.time);
} catch(e) {
value
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment