Do you have to bind the value of the shadow to another object, and if so, what’s a good way to go about that? I’d like to reduce the shadow’s opacity to 25%. I’ve tried binding it to a 25% opacity rectangle, but that didn’t seem to do anything.
The rectangle I’m using is animated, so I’m trying to avoid hiding a 25% opacity rectangle with a drop shadow and then triggering it’s visibility under the top rectangle to get that effect, because it will be one of a couple dozen animated rectangles that all need faint drop shadows.
If anyone has achieved this effect, any advice would be greatly appreciated. Thanks.