Last active
May 3, 2019 19:24
-
-
Save abaicus/7e726ff135165045343b4203bf5e9675 to your computer and use it in GitHub Desktop.
After Effects Expressions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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