Skip to content

Instantly share code, notes, and snippets.

@animoplex
Created September 4, 2018 01:44
Show Gist options
  • Save animoplex/95bd27602dc9957c99204c2010eaff2d to your computer and use it in GitHub Desktop.
Save animoplex/95bd27602dc9957c99204c2010eaff2d to your computer and use it in GitHub Desktop.
Time Expression - After Effects Expression by Animoplex
// Time Expression - Created by Animoplex: www.animoplex.com
// A basic time expression for use on a property in After Effects.
// Full Tutorial: https://www.youtube.com/watch?v=YLapbNyYxLs
// Time Example
time * 10
// Time + Wiggle Example
wiggle(5, time)
// Posterize Time Example
// Note: Changes the frames per second interpolation of a property.
posterizeTime(12); value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment