Skip to content

Instantly share code, notes, and snippets.

@petfactory
Last active August 29, 2015 14:05
Show Gist options
  • Save petfactory/58e2ba7a43f69b214f95 to your computer and use it in GitHub Desktop.
Save petfactory/58e2ba7a43f69b214f95 to your computer and use it in GitHub Desktop.
AE expression
// linear interpolation between position 100,100 to 500,500
// from 0 to 3 seconds
linear(time,0,3,[100,100],[500,500])
// drop the frame rate to 1fps on existing keyframes,
posterizeTime(1);
value;
// could use with the linear function (no keyframes needed)
posterizeTime(1);
linear(time,0,3,[100,100],[500,500])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment