Hi all,
The info here in this thread has almost got me over the line for a project I’m working on. I want to create different versions of comp using a check box that turn on or off different layers. The only problem is those layers already have opacity keyframes:
So when their turned off this expression works a treat, when their turned on I want (for instance) the else part of the statement to return the values that are already keyframed.
This is what I got so far:
if (comp(“KT81109_cave monsterW2 OL”).layer(“Null 1”).effect(“NZ toggle -NZ if on”)(“Checkbox”)==true) {
o
} else {
100
}
I want to replace the ‘100’ with something that will allow a fade to occur.
Thanks in advance for any help you might be able to give.
Cheers!