Skip to content

Instantly share code, notes, and snippets.

@animoplex
Last active June 29, 2020 17:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save animoplex/8b62f1973b830a3eb0c04792d6ec2ef2 to your computer and use it in GitHub Desktop.
Save animoplex/8b62f1973b830a3eb0c04792d6ec2ef2 to your computer and use it in GitHub Desktop.
Change Property FPS - After Effects Expression by Animoplex
// Change Property FPS - Created by Animoplex: www.animoplex.com
// Gives you control of how keyframes per second are interpolated across two or more keyframes.
// Change the fps value on the first line to your desired FPS.
// Full Tutorial: https://www.youtube.com/watch?v=YLapbNyYxLs&t=257s
fps = 15;
posterizeTime(fps);
valueAtTime(time);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment