What is Path animation is WPF

WPF contains a kind of animation which is called Path animation. In the path animation the object moves along the path specified by the Path geometry. As the animation progresses it first reads the X-axis, Y-axis and angle information from the path geometry and generates the output.