Discussion:
Wiggle after some keyframes
(too old to reply)
A***@adobeforums.com
2006-09-06 18:39:46 UTC
Permalink
Hi,

Im dealing with a problem right now and I hope you can help me with this one...

The proplem is this, there is a image which first appears from a transperancy of 100% to 0% and it is also moving in position... after it has stopped on its spot, I want it to wiggle for a 1/2 second... so the 3 keyframe for position has to be the one where the wiggle gets inserted... How can I manage this? if I add the wiggle by Alt clicking the position stopwatch, it'll influence all of the keyframes...

Thanks already...

Greetings Batman
A***@adobeforums.com
2006-09-06 18:40:06 UTC
Permalink
^ I ment Batman' little helper
A***@adobeforums.com
2006-09-06 19:46:00 UTC
Permalink
Add a Slider Control effect to your layer, name it something like "Amplitude" and pick-whip it into the Amp parameter of the wiggle function. Then keyframe the slider to increase and decrease the amplitude as you see fit.
L***@adobeforums.com
2006-09-06 20:20:53 UTC
Permalink
if (time >= key(3).time) {
wiggle (30,10)
}else{
value
}

Loading...