Introduction - If you have any usage issues, please Google them yourself
ArcGIS his sample implements the move-object-along-path functionality for ArcMap Animation. It allows you to move a point graphic element or a text element along a selected line feature or a selected line graphic. A new animation type (Map Graphic animation type) and its corresponding keyframe (Map Graphic keyframe) are implemented to support moving graphic along path. It also implements an ArcMap command for creating a move-object-along-path animation. The purpose of this sample is to illustrate how to create a custom animation type in ArcMap as well as how to implement an ArcMap command to import the animation tracks. To create a custom animation type, you need to implement a new keyframe class and a new animation type class.