-
opacity fade down
Hey
Can anyone help me?
I have this expression on opacity, which links to a separate layers audio keyframes. Therefore when the audio keyframe is at a certain level, my layer shows at 100% opacity (on), otherwise it is 0% (off)
x = thisComp.layer(“Bass”).effect(“Both Channels”)(“Slider”)
if (x<60 || x>180) 0 else 100
Here is my question: Is there a way to fade down the opacity to 0% after 100% is initiated (switched on)? Currently it just switches on and off.
Many thanks
Olly