1. Add an Expression Controls > Slider Control effect to your layer
2. Rename it "Wiggle Amount" (or update the expression to match your name)
3. Apply this expression to the property you want to wiggle
4. Keyframe the slider from 0 to 100 to animate the wiggle in or out
Standard wiggle() is always on ā you can't smoothly fade it in or out. This expression multiplies the wiggle amount by a slider value, giving you keyframeable control over the intensity.
Animate the slider from 0% to 100% to bring wiggle in smoothly, or from 100% to 0% to settle down. Essential for text animations, transitions, and any effect that shouldn't wiggle the entire time.
- 1.Slider at 0% = completely static, 100% = full wiggle intensity
- 2.Animate the slider from 0 to 100 to fade wiggle in smoothly
- 3.Great for text animations and UI micro-interactions
- 4.Works on Position, Rotation, Scale, or any property that supports wiggle()