One way to control the wiggle is to use an expression slider tied to either the frequency value or the amount of the wiggle.
i.e. wiggle(frequency, amount) is usually written wiggle(3,10)
Here is an example project with expression sliders on a Null Object which are tied to the wiggle frequency and amount. The expression looks like this:
frequency = thisComp.layer(“Wiggle Controller”).effect(“Frequency”)(“Slider”);
amount = thisComp.layer(“Wiggle Controller”).effect(“Wiggle Amount”)(“Slider”);
wiggle(frequency, amount)
3916_wigglecontrol.aep.zip