-
Can someone explain how the wiggle expression parameters work?
I’m trying to use the wiggle expression to change the opacity of an image in my comp. I want the opacity centered around 50% and for it to wiggle from anything from 0% to 100%.
At the moment the opacity of the layer is set to 50%, so my expression looks like:
wiggle(4, amp)
The question is, will the ‘amp’ setting wiggle above and below 50% by amount you set, or is that the total range of the wiggle (in other words half above and half below)?
i.e. do I need an amp of 50 (giving me 50 above and below 50%), or do I need an amp of 100 to get the range I need?
Thanks for looking and I hope this makes sense…
Tom