Keyframe scripting overview
I have been avoiding writing AE scripts that involve keyframes for a very long time now. Sure, using property.setValueAtTime() is easy, but how often is linear interpolation used anyway...
There are many keyframe building blocks that AE Scripting Guide does not explain how to use. For example, if when animating position I don't really see the difference between these 2 settings:
setSpatialAutoBezierAtKey()
setSpatialContinuousAtKey()
So I am looking for a quick overview of how to write "advanced" scripts involving keyframe creation and manipulation. I'd like to have a mental model of how all keyframe properties work together to create an animation. I think that 10 sentences would be all I need to put the pieces together. Are you aware of any source that gives an accurate overview of keyframes topic? I found very little on the interwebs.