Skip to content

Instantly share code, notes, and snippets.

@animoplex
Created September 4, 2018 01:47
Show Gist options
  • Save animoplex/ac1afb6f77179f45886ad644a55cdee3 to your computer and use it in GitHub Desktop.
Save animoplex/ac1afb6f77179f45886ad644a55cdee3 to your computer and use it in GitHub Desktop.
Value Expression - After Effects Expression by Animoplex
// 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