Question
Dropdown opacity expression help. Muiltiple Items
When I need a layers opacity to turn on for a specific dropdown item I'll sometimes use this expression:
dropdown = comp("CHOOSE LOGO HERE").layer("CHOOSE LOGO HERE").effect("Choose Station Logo")("Menu"); dropdown == 1 ? 100 : 0;
However, what if I need they layer opacity to be 100 for more than one dropdown item. Say == 1, 8, 22 ?
I can't seem to figure out how to get this to work. Any help?
