Skip to content

Instantly share code, notes, and snippets.

@yratof
Created October 14, 2021 11:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yratof/05c59efbf7e232a3937a2165c07864c3 to your computer and use it in GitHub Desktop.
Save yratof/05c59efbf7e232a3937a2165c07864c3 to your computer and use it in GitHub Desktop.
After effects posterise wiggle
f = 2; // Freq
a = 10; // Amount
posterizeTime(f); // Posterise it
wiggle(f, a); // Wiggle that
@yratof
Copy link
Author

yratof commented Oct 18, 2021

add to anchor: posterizeTime(6); value;

@yratof
Copy link
Author

yratof commented Oct 18, 2021

posterizeTime(10); wiggle(10,10);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment