-
Control feather of all masks in a layer Expression
Hi! I have various layers with hundreds of masks. I want to control the feather value of all the masks in each layer with a slider control. It would be great also to have another slider control for the expansion property of all the masks. Is this possible or even the correct way to solve this problem? I have tried this:
y = thisComp.layer(“Null 1”).effect(“Slider Control”)(“Slider”);
[value[0],y]and the same for the x value. But it didn’t work like it does with the position property..
Thanks a lot!
]