-
Auto fade in/out layers BUT with a defined blinking effect
Hello! Thanks for taking the time to look at my query.
At present, Im keyframing layers flickering on by keyframing the opacity like so:
frame 1 – 0%
frame 2 – 25%
frame 3 – 0%
frame 4 – 50%
frame 5- 0%
frame 6 – 75%
frame 7 – 0%
frame 8 -100%
I then do the reverse to flicker the layer off. Now i’m doing this to LOTS of layers of varying length and adjusting the timing by moving the keyframes is getting tedious. I’m familiar with an expression that auto fades on/off a layer’s opacity based it’s inPoint and outPoint:
fadeInTime = .5;
fadeOutTime = .5;
Math.min(linear(time,inPoint,inPoint + fadeInTime,0,100),linear(time,outPoint – fadeOutTime,outPoint,100,0))But i’m wondering if theres a way to adapt this so that i get the exact result as the keyframes above, but without keyframes so that 8 frame animation happens at the inPoint and outPoint of the layer so when i want to change when the layer animates in/out, i just have to extend/clip the layer length/move it along the timeline.
Any advice would be much appreciated.
Thanks v much guys ☺
Tom