-
Fade out over 6 frames before Comp Marker
Hi guys
I have managed to manipulate an expression that allows me to fade out the layer, 6 frames before the comp marker (1). Its a little dusty, as it was put together from looking at other scripts and i think it was a fluke that it worked, as i need to change the duration of the fade and its not working.
Can someone please look at it and tell me where im going wrong.
fadeFrames = 8;
fadeOutDuration = fadeFrames*thisComp.frameDuration;;
var markerTime = thisComp.marker.key(“1”).time;
fadeOutOpacity = linear(time, inPoint-fadeOutDuration-0.001, markerTime, 100, 0);
fadeOutOpacity*25Thanks
Chris