-
I must be busy this morning, 2 posts!
Hi
I have this expression for opacity:
g = thisComp.layer(“Bass 3”).effect(“Both Channels”)(“Slider”);
if (g<5 || g>5) 100 – time*20 else 0
I am trying to get the layer’s opacity to turn on (100%) then fade out over 5 secs if the value from the audio (converted audio keyframes) is greater than 5. But if the value from the converted audio is less than 5, opacity stays at 0%. Does anyone know where I am going wrong?
Thanks, Olly
P.S. Sorry Bert Brown I tried that link and the code didn’t seem to work.