Activity › Forums › Adobe After Effects Expressions › How to make WIGGLE start at the exact frame?
-
How to make WIGGLE start at the exact frame?
Posted by Eugene Dalarov on November 22, 2009 at 6:38 pmHi, there!
I hope AE guru here can help to answer. I guess there should be some add to the basic expression wiggle(x,y) but quick search in google didn’t give anything.
wiggle(x,y)Eugene Dalarov replied 16 years, 5 months ago 4 Members · 5 Replies -
5 Replies
-
Andy George
November 22, 2009 at 9:28 pmHi Eugene,
check out this recent thread on the topic
I think it’s what your looking forhttps://forums.creativecow.net/readpost/227/13002
-Andy
-
Todd Kopriva
November 23, 2009 at 1:16 amSee “Expression example: Start or stop wiggle at specific time”.
———————————————————————————————————
Todd Kopriva, Adobe Systems Incorporated
putting the ‘T’ back in ‘RTFM’ : After Effects Help on the Web
———————————————————————————————————
If a page of After Effects Help answers your question, please consider rating it. If you have a tip, technique, or link to share—or if there is something that you’d like to see added or improved—please leave a comment. -
Alex Dinnin
November 23, 2009 at 5:26 pmOr what I do.. so you have more control is this
lets say you want to wiggle the positioncreate a slider on your layer…
add the below expression to the pos bit.
now when you move your slider it controls the wiggle…
you can then keyframe the amount..
I find this really handy !!!
hope this helps
Alex
w=effect("Slider Control")("Slider");
wiggle (2,w)
Reply to this Discussion! Login or Sign Up