is there a way to leverage this to pull values from another layer? or from values set in expression controls?
I have a layer where every time I pass a layer marker, I want to do a linear interpolation to fade from one color to another (i.e. marker 1 goes from color 1 to color 2 at a prescribed duration, marker 2 goes from color 2 to color 3 and so on).
I love the implementation from above for oscillating values set by keyframes. I just wish there was an elegant way to change the values reference each time it’s called. Thanks for any help!