ATTR_ANIMATE_STOP_AT_PATH_END

Data Type: integer
Description: This attribute specifies what happens when an animation control reaches the end of its path. If the value is nonzero (TRUE), then the value of ATTR_ANIMATE_ENABLED is set to zero (FALSE) and the animation control stops. If the value is zero, then the animation control continues, starting back at the beginning of its path. If a path has not been specified for the animation control, then this attribute has no effect. 0 = Continue animation control 1 = Stop animation control Default value: 0
Values:
0False
1True