Value Expression - After Effects Expression by Animoplex
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 Expression - Created by Animoplex: www.animoplex.com | |
// A basic value expression for use on a property in After Effects. | |
// Full Tutorial: https://www.youtube.com/watch?v=6TKEcTHdGK8 | |
// Value Example | |
value / 2 | |
// Value At Time Example | |
valueAtTime(2) | |
// Value At Time + Time Example | |
valueAtTime(time - 2) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment