Groups > Multimedia > Adobe After Effects expressions > Re: Applying expressions for few frames




Applying expressions for few frames

Applying expressions for few frames
Mon, 17 Sep 2007 13:34:56 -070
Post Reply
Re: Applying expressions for few frames
Mon, 17 Sep 2007 14:34:24 -070
Something like this should do it:

startFrame = 50;
endFrame = 80;

f = timeToFrames(time);
if (f >= startFrame && f <= endFrame){ // your expression goes
here }else

Post Reply
Re: Applying expressions for few frames
Mon, 17 Sep 2007 16:30:36 -070
Post Reply
about | contact