Skip to content

Instantly share code, notes, and snippets.

@andrewchee
Created February 25, 2018 19:53
Show Gist options
  • Save andrewchee/d942f4a58684587efc6aef678d842254 to your computer and use it in GitHub Desktop.
Save andrewchee/d942f4a58684587efc6aef678d842254 to your computer and use it in GitHub Desktop.
Uniform scale wiggle:
w = wiggle(thisComp.layer("Control: Wiggle Frequency").effect("Slider Control")("Slider"),thisComp.layer("Control: Wiggle Amplitude").effect("Slider Control")("Slider"));
[w[0],w[0]]
based on
w = wiggle(5,30);
[w[0],w[0]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment