Skip to content

Instantly share code, notes, and snippets.

@animoplex
Created September 4, 2018 01:47
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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