-
Dan’s Expression for Time Stretch
Hi Dan,
I got the following expression for a stretch effect from your site:
freq =3;
amplitude = 35;
decay = 1.0;s = amplitude*Math.sin(freq*time*2*Math.PI)/Math.exp(decay*time);
scale + [s,s]Is there a way to change this expression so that the animation starts from 0 scale value. In others words, I want the layer to ‘appear’ like a pop-up.