How to get Uniform Scale Wiggle in After Effects

Опубликовано: 23 Октябрь 2024
на канале: ShiveringCactus: VFX
13,052
246

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.

#AfterEffects #expressions #tutorial @AdobeVideo

Get ShiveringCactus VFX as phone cases, T-shirts, mugs: https://www.redbubble.com/people/Shiv...

Or buy me a coffee: https://ko-fi.com/shiveringcactus

Big thanks to Brie from ‪@creativecow‬ for suggesting this tutorial!

Tutorial - Keyframing a wiggle:
   • How to keyframe a wiggle in Adobe Aft...  

Expressions:
Regular wiggle:
wiggle(5,50)

Uniform scale wiggle:
var w = wiggle(5,50);
[w[0],w[0]]