-
Wiggle expression on scale, but only make smaller
I’m working on a project and need to have multiple layers wiggle the scale uniformly, but only make them smaller, and not larger.
I have all the layers using a slider control to animate the effect on and off, but I can’t figure out a way to restrict the wiggle to make them smaller only.
Can anyone lend a hand?
Here’s the current expression if it makes any difference (I have a couple different layers for expressions, hence the names 🙂 hopefully that doesn’t make it more confusing):
w = wiggle(thisComp.layer(“frequency”).effect(“Slider Control 2”)(“Slider”),thisComp.layer(“amounts”).effect(“Slider Control 2”)(“Slider”));
[w[0],w[0]]Thanks!