Files
docs-desktop/dotnet-desktop-guide/framework/wpf/graphics-multimedia/key-frame-animation-how-to-topics.md
T
Andy De George da363692ff 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
2020-09-04 09:46:28 -07:00

1.8 KiB

title, ms.date, f1_keywords, helpviewer_keywords, ms.assetid
title ms.date f1_keywords helpviewer_keywords ms.assetid
Key-Frame Animation How-to Topics 03/30/2017
AutoGeneratedOrientationPage
animation [WPF], key-frame
key frames [WPF], how-to topics
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
Animate a Boolean by Using Key Frames
Animate a Double by Using Key Frames
Animate a Matrix by Using Key Frames
Animate a Point by Using Key Frames
Animate a Rectangle Geometry by Using Key Frames
Animate a String by Using Key Frames
Animate Color by Using Key Frames
Animate Size Changes by Using Key Frames
Animate the Thickness of a Border by Using Key Frames
Control Key-Frame Animation Timing

Reference

xref:System.Windows.Media.Animation.DoubleAnimationUsingKeyFrames

xref:System.Windows.Media.Animation.Storyboard

xref:System.Windows.Media.Animation.KeyTime

See also