-
Wiggle Value Keyframing
Hi,
I’ve keyframed the ‘frequency’ part of a wiggle expression by ‘pick-whipping’ the value from a Slider Controller in a Null Layer. The expression is attached to the X and Y values on a 3D camera to create a slight wobble. There are some areas of the animation where I would like no wobble at all.
I’ve set up 2 keyframes to go from 0.50 to 0.00 on the Slider Controller. I would have expected the wiggle (or shake) to smoothly slow down, however instead of doing this, it rapidly wiggles until it reaches the 0 value keyframe.
Why is it doing this? And how can I get a smooth transition?
Thanks for any help,
SamAdobe After Effect CS6
This is the expression code on the position property of my camera...transform.position;
[wiggle(thisComp.layer("Null 31").effect("Slider Control")("Slider"),20)[0], wiggle(thisComp.layer("Null 31").effect("Slider Control")("Slider"),20)[1], transform.position[2]];