mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-06 16:06:07 +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
39 lines
1.8 KiB
Markdown
39 lines
1.8 KiB
Markdown
---
|
|
title: "Key-Frame Animation How-to Topics"
|
|
ms.date: "03/30/2017"
|
|
f1_keywords:
|
|
- "AutoGeneratedOrientationPage"
|
|
helpviewer_keywords:
|
|
- "animation [WPF], key-frame"
|
|
- "key frames [WPF], how-to topics"
|
|
ms.assetid: a5f9ab1a-d14c-4816-8540-3c5b8c8143d5
|
|
---
|
|
# Key-Frame Animation How-to Topics
|
|
The topics in this section demonstrate how to use key frame animations to animate more than two property values and control interpolation.
|
|
|
|
## In This Section
|
|
[Animate an Object by Using Key Frames](how-to-animate-an-object-by-using-key-frames.md)
|
|
[Animate a Boolean by Using Key Frames](how-to-animate-a-boolean-by-using-key-frames.md)
|
|
[Animate a Double by Using Key Frames](how-to-animate-a-double-by-using-key-frames.md)
|
|
[Animate a Matrix by Using Key Frames](how-to-animate-a-matrix-by-using-key-frames.md)
|
|
[Animate a Point by Using Key Frames](how-to-animate-a-point-by-using-key-frames.md)
|
|
[Animate a Rectangle Geometry by Using Key Frames](how-to-animate-a-rectangle-geometry-by-using-key-frames.md)
|
|
[Animate a String by Using Key Frames](how-to-animate-a-string-by-using-key-frames.md)
|
|
[Animate Color by Using Key Frames](how-to-animate-color-by-using-key-frames.md)
|
|
[Animate Size Changes by Using Key Frames](how-to-animate-size-changes-by-using-key-frames.md)
|
|
[Animate the Thickness of a Border by Using Key Frames](how-to-animate-the-thickness-of-a-border-by-using-key-frames.md)
|
|
[Control Key-Frame Animation Timing](how-to-control-key-frame-animation-timing.md)
|
|
|
|
## Reference
|
|
<xref:System.Windows.Media.Animation.DoubleAnimationUsingKeyFrames>
|
|
|
|
<xref:System.Windows.Media.Animation.Storyboard>
|
|
|
|
<xref:System.Windows.Media.Animation.KeyTime>
|
|
|
|
## See also
|
|
|
|
- [Graphics and Multimedia](index.md)
|
|
- [Animation Overview](animation-overview.md)
|
|
- [Key-Frame Animations Overview](key-frame-animations-overview.md)
|