When you access a Key object, you can get time, index, and value properties from it. For example, the following expression gives you the value of the third Position keyframe: position.key(3).value.
d = Math.abs(time - nearestKey(time).time); easeOut(d, 0, .1, 100, 0)
Returns the value of the keyframe.
Returns the time of the keyframe.
Returns the index of the keyframe.