Skip to content

Instantly share code, notes, and snippets.

@yratof
Created October 14, 2021 11:27
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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