the animation track by default is setup to use normalized time in the range [0, 1] where 0 is start of the animation and 1 is the end. keyframe1.KeyTime = [0]
and keyframe2.KeyTime = [1.0]
, I believe, should do the trick.
1 Like