M***@adobeforums.com
2007-02-21 08:26:49 UTC
Seeing as I have just begun to learn expression please bear with me. My goal is make it appear as though some text has broken off the end of a line, dangled a bit, then fallen off. A perfect example can be seen in this intro clip during the first line.
<http://www.allbetsareoff.com/>
I can create the dangling with the following expression:
freq = 1.0;
amplitude = 50;
decay = 0.7;
amplitude*Math.sin(freq*time*2*Math.PI)/Math.exp(decay*time)
The above expression only makes the text appear as though it were on top of a diving board, springing up and down. I can not figure out how to change the orientation of the text so it sways like it is hanging.
Thank you in advance if anyone can help.
<http://www.allbetsareoff.com/>
I can create the dangling with the following expression:
freq = 1.0;
amplitude = 50;
decay = 0.7;
amplitude*Math.sin(freq*time*2*Math.PI)/Math.exp(decay*time)
The above expression only makes the text appear as though it were on top of a diving board, springing up and down. I can not figure out how to change the orientation of the text so it sways like it is hanging.
Thank you in advance if anyone can help.