Can somebody try this and confirm I'm not crazy.
******BUG******
LoopOut and LoopIn do not cycle properly with Position property.
Steps to reproduce bug:
1. Create a composition at 960x540
2. Create a solid that is 50x50
3. On frame 0, keyframe the position of the solid at 540,500.
4. Copy that keyframe to Frame 1
5. On frame 5, keyframe the solid's position to 540,100.
6. Copy that keyframe to frame 6.
7. Add an expression to the Position property: loopOut ("cycle",0)
Results: If you watch the position values as you step the frames, you will see the pattern keeps changing and is not a consistent cycle. Sometimes the 500 value is repeated, and sometimes the 100 value is repeated. It is inconsistent.
Expected results: The position values should change following a fixed pattern and not vary after the final keyframe.