How to add variable to property link
I have a null, I'm going to call it null x. Null x has 170 sliders which their values going from 0 to 1 and all staggered by 1 second.
I have another null, which I shall call null y, which has a slider which holds a number. This number is the slider I want to select from null x. I need this selection to be placed on a opacity property of a layer.
Essentially I need to be able to change the value of the slider on null y which then offsets the animation of the opacity value fading by the value of the slider on null y in seconds (I hope that makes sense haha)
Basically I want to add a varialbe to a property path but I'm not sure how to.
