mandag den 10. september 2012

Jumpy Hold WIGGLE

//AEENHANCERS.COM
//Lloyd Alvarez

works on one value parameters (fx.Opacity) :

v=wiggle(.2,50);
if(v < 50)v=20;
if(v > 50)v=100;
v

works on two and more value parameters (fx.position) :

fps=.9; //frequency
amount=350;  //amplitude

wiggle(fps,amount,octaves = 1, amp_mult = 0.5,(Math.round(time*fps))/fps);
AE POSTWORK blog is virtually just a notepad, where I put all the AE expressions up I finde and use, its so I can easily get to them wherever I am and no matter what computer I sit at. I do not write my own expressions, so all expressions on the page is downloaded from the web,or modify versions i found. and tutorials etc.. I will try to credit those who have made expressions if I can.

Now, with tips and tricks for AE & C4D.
No more forgetting the little tricks and tips I found on my road with After Effects, etc.

Sebabba