Uniform Scale Wiggle tutorial by Graham Quince

How to get Uniform Scale Wiggle in After Effects

An Expressions tutorial. 

The wiggle expression is a great way to introduce randomness to your image, solid or shape in After Effects, but when applied to scale it wobbles both dimensions separately.  What happens if you want to wiggle them both together? Don’t worry, it’s a simple solution and just requires a little bit of understanding about how the Wiggle Expression works.

Some contents or functionalities here are not available due to your cookie preferences!

This happens because the functionality/content marked as “Google Youtube” uses cookies that you choosed to keep disabled. In order to view this content or use this functionality, please enable cookies: click here to open your cookie preferences.

With your shape/solid, hit “S” on the timeline to expose the scale property. Hold alt and click on the stopwatch.

You normally type:

wiggle(5,50)

This gives you a regular wiggle, with both the horizontal and vertical doing their thing.

Trouble is, the wiggle expression is smart enough to know if it’s attached to a property with 1, 2, or 3 dimensions, and as a result produces an array of wobbling units.

To make a uniform scale wiggle, we need to bypass that array by only picking the first option, and to do that, we start the expression again by typing:

var w = wiggle(5,50)

So “5 times per second, select a random value up to 50 (percent in this case) away from the original value.”

W is our array, so now on a new line, type:

[w[0],w[0]]

So for the width and height properties, we’re using the w[0] for both. 

And if you want to keyframe this, check out my video on Keyframing a Wiggle.


Create a Photo Slideshow using After Effects
A guide to showing how to place loads of images on a …
Recreating Star Trek’s Briar Patch with Motion Control
This is a collaboration with ‪@nmphoto37‬ who has been using a motion …

Enjoying this tutorial? Sign up for the Creative COW Newsletter!

Sign up for the Creative COW newsletter and get weekly updates on industry news, forum highlights, jobs, inspirational tutorials, tips, burning questions, and more! Receive bulletins from the largest, longest-running community dedicated to supporting professionals working in film, video, and audio.

Enter your email address, and your first and last name below!

Sign up:

* indicates required

Responses

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy