It’s good, thank you!
But I’m struggling to grab the keyframe information from a different layer when using the normal reference methods. How do I target my “opa” correctly in this instance below?
row = effect("Row")("Slider");
drop = thisComp.layer("CTRL").effect("Drop")("Slider");
thedrop = linear(drop,row-1,row,0,1); //converts row vs drop to 0 to 1
opa = thisComp.layer("Col A Row 1").transform.opacity //reference layers opacity
valueAtTime(linear(thedrop,0,1,key(1).time,key(numKeys).time))