mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-04 09:06:04 +02:00
* 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
32 lines
1.4 KiB
Markdown
32 lines
1.4 KiB
Markdown
---
|
|
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)
|