top of page

After Effects - Wiggle Expressions

Wiggle on one axis

For any properties that have more than two values, you can also control them individually using the expressions below.

Variables

a = frequency (changes per second)
b = amplitude

Wiggle on the X value

static = value;

wiggle = wiggle (a,b);

[wiggle[0], static[1]];

bottom of page