Created
October 14, 2021 11:27
-
-
Save yratof/05c59efbf7e232a3937a2165c07864c3 to your computer and use it in GitHub Desktop.
After effects posterise wiggle
This file contains 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
f = 2; // Freq | |
a = 10; // Amount | |
posterizeTime(f); // Posterise it | |
wiggle(f, a); // Wiggle that |
posterizeTime(10); wiggle(10,10);
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
add to anchor:
posterizeTime(6); value;