
This expression wiggles a layer randomly between two values in both the X and Y dimensions. It’s perfect for adding natural, organic movements to layers in your composition and is applied to the Position property.
min = -10; // minimum value
max = 50; // maximum value
f = 5; // wiggles per second
a = Math.abs(max-min)/2; // amount to wiggle
max = 50; // maximum value
f = 5; // wiggles per second
a = Math.abs(max-min)/2; // amount to wiggle
