Does index expression work for shape layers contend?
I'm work in a Shape layer with lots of contend and need link opacity of this contend groups to a make a delay effect with valueAtTime function. I'm Try this:
OD = thisComp.layer("CTRL_WIGGLE").effect("Opacity Delay")("Slider") // to get the delay value at a slider control.
content("Group 2").transform.opacity = content(index+1).transform.opacity.valueAtTime(time - OD) // tryin to link on a group opacity using the fisth group opacity as main animation.