-
AE Expressions Invalid Numeric Result Problem
OK I need help … I’m using Dan Ebberts’ Expression below, working in AE CS6.
maxDev = 13; // max deviation in pixels
spd = 30; //speed of oscillation
decay = 1.0; //how fast it slows downt = time – inPoint;
x = scale[0] + maxDev*Math.sin(spd*t)/Math.exp(decay*t);
y = scale[0]*scale[1]/x;
[x,y]AE gives me the following:
After Effects warning: invalid numeric result (divide by zero?)
Expression disabled.Error occurred at line 0.
Please chime in. Urgent, thanks!