Initial WPF content migrated (#17)

* Reset branch for WPF changes

* Convert BMP to PNG; fix link-out-of-scope err

* Add snippets for WPF... 6794 files!!!!

* Add missing snippets

* update file updated between migration

* Fix paths to include

* update breadcrumb and toc

* fix index links

* fix index links

* fix index links

* fix markdown
This commit is contained in:
Andy De George
2020-09-04 09:46:28 -07:00
committed by GitHub
parent dba50d6bf1
commit da363692ff
8215 changed files with 508408 additions and 11 deletions
@@ -0,0 +1,31 @@
---
title: "Path Animation How-to Topics"
ms.date: "03/30/2017"
f1_keywords:
- "AutoGeneratedOrientationPage"
helpviewer_keywords:
- "animation [WPF], paths"
- "path animations [WPF]"
ms.assetid: e9b71017-bac4-40d7-858b-326939442cb1
---
# Path Animation How-to Topics
The topics in this section demonstrate how to animate an object along a path.
## In This Section
[Animate an Object Along a Path (Double Animation)](how-to-animate-an-object-along-a-path-double-animation.md)
[Animate an Object Along a Path (Point Animation)](how-to-animate-an-object-along-a-path-point-animation.md)
[Animate an Object Along a Path (Matrix Animation)](how-to-animate-an-object-along-a-path-matrix-animation.md)
[Animate an Object Along a Path (Matrix Animation with Offset Accumulation)](animate-an-object-along-a-path-matrix-animation-with-offset.md)
[Rotate an Object by Using a Geometric Path (Matrix Animation)](how-to-rotate-an-object-by-using-a-geometric-path-matrix-animation.md)
[Rotate an Object by Using a Geometric Path](how-to-rotate-an-object-by-using-a-geometric-path.md)
## Reference
<xref:System.Windows.Media.Animation.PathAnimationSource>
<xref:System.Windows.Media.Animation.Storyboard>
## See also
- [Graphics and Multimedia](index.md)
- [Animation Overview](animation-overview.md)
- [Key-Frame Animations Overview](key-frame-animations-overview.md)