PathAnimationTPoint, TPathKey, TPathStartParameter Property |
Namespace: DigitalRune.Animation
A path animation, by default, runs from the start (parameter = 0) until the last path key is reached. The parameter of the last path key determines the natural duration of the animation. The properties StartParameter and EndParameter can be used to explicitly define which part of the path should be played.
The StartParameter can be set to NaN to play the animation from the start (parameter = 0).
The EndParameter can be set to NaN to automatically play the animation until the last path key is reached.