Frage von innvisual:I want my layer of left to right, but they should not abruptly stop. I am looking for a expression or function that stops when the layer was still ausschwingt.
did somewhere videotobrain found at times, but I think it is unfortunately not.
thank you in advance.
gruß s.die AFX community
Antwort von turbotorben:
moin moin ....
think that was something here ...
freq = 1.0; / / oscillations per second
amplitude = 50;
decay = 0.7;
amplitude * Math.sin (freq * time * 2 * Math.PI) / Math.exp (decay * time)
.
look at http://www.motionscript.com
Regards
Antwort von innvisual:
jop that was exactly what I was looking for :-)
thx for the link, I can only strongly recommend!
gruß