Link a keyframe to slider control without affecting other keyframes
I'm designing a lower third for one of our brands and have an animated object with 3 keyframes.
I need to link the 3rd keyframe to a slider so my team can eventually adjust that value in Premiere with essential graphics without affecting the other keyframes.
What expression should I use to do this?
I imagine it would look something like this (with better syntax):
if ( key(index) = 3 ) {
key(index).value = effect("Slider Control")("Slider");
}else
key(index).value = value
