Last active
June 29, 2020 17:17
-
-
Save animoplex/8b62f1973b830a3eb0c04792d6ec2ef2 to your computer and use it in GitHub Desktop.
Change Property FPS - After Effects Expression by Animoplex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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