Skip to content

Instantly share code, notes, and snippets.

@abaicus
Last active May 3, 2019 19:24
Show Gist options
  • Save abaicus/7e726ff135165045343b4203bf5e9675 to your computer and use it in GitHub Desktop.
Save abaicus/7e726ff135165045343b4203bf5e9675 to your computer and use it in GitHub Desktop.
After Effects Expressions
// Delay from parent.
delayFrames = 5;
delay = framesToTime(delayFrames);
transform.position + (parent.transform.position.valueAtTime(time-delay) - parent.transform.position.valueAtTime(time))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment