
You've used wiggle. It looked like an earthquake. You turned it down. It still felt wrong. Here's why — and what's actually happening under the hood.
If you've spent more than twenty minutes in After Effects, you've found the wiggle expression. Someone in a tutorial typed wiggle(frequency, amplitude), the layer shook, and it looked great. Then you tried it and it looked chaotic. Too fast. Too digital. Like a mistake.
You're not doing it wrong. You just don't know what the numbers actually mean yet — and more importantly, you don't know why wiggle feels organic at all. That's the thing that'll change how you use every noise-based tool in AE forever.
The wiggle expression takes two arguments: frequency and amplitude.
Most beginners crank both up. They want to see it work. The result looks like an earthquake — and it looks like a bug, not a design choice. The fix is counterintuitive: lower your frequency dramatically. For organic camera movement try wiggle(0.8, 15). For a subtle floating element, wiggle(0.3, 8). The lower the frequency, the more natural and professional it reads.
Instead of applying wiggle directly to your layer's position, apply it to a null object, then parent your layers to that null. This gives you one place to control motion across your entire comp, and one checkbox to kill it when you need a static client frame. Clean, flexible, professional.
This is why Fractal Noise looks organic without effort and why Turbulent Displace behaves the way it does. They're all drawing from the same mathematical well. Understand the source and you can predict the behavior across every tool.
Seeding. Wiggle produces a different result every RAM preview — great until a client says "I want the same version as last week." The fix:
Two layers, same world. Want elements that wiggle independently but feel like they belong together? Same frequency, same amplitude, different seed numbers. They'll move like they share the same physical space.