Created
September 4, 2018 01:44
-
-
Save animoplex/95bd27602dc9957c99204c2010eaff2d to your computer and use it in GitHub Desktop.
Time Expression - 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
// 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