Created
March 6, 2019 02:42
-
-
Save animoplex/e7276fe4d151b17d73cf9c78be63bc1d to your computer and use it in GitHub Desktop.
Value At Time
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
// Value At Time | |
thisComp.layer(index - 1).transform.scale.valueAtTime(time - 2) | |
// Output Scale of layer above, delayed in time by 2 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment