Files
docs-desktop/dotnet-desktop-guide/framework/wpf/graphics-multimedia/animation-and-timing-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

53 lines
3.1 KiB
Markdown

---
title: "Animation and Timing How-to Topics"
ms.date: "03/30/2017"
f1_keywords:
- "AutoGeneratedOrientationPage"
helpviewer_keywords:
- "timing system [WPF]"
- "animation [WPF]"
ms.assetid: 587e36f6-1957-424e-9d89-c43724f26d84
---
# Animation and Timing How-to Topics
The following topics demonstrate how to use the [!INCLUDE[TLA#tla_winclient](../../../includes/tlasharptla-winclient-md.md)] animation and timing system in your applications.
## In This Section
[Accelerate or Decelerate an Animation](how-to-accelerate-or-decelerate-an-animation.md)
[Accumulate Animation Values During Repeat Cycles](how-to-accumulate-animation-values-during-repeat-cycles.md)
[Add an Animation Output Value to an Animation Starting Value](how-to-add-an-animation-output-value-to-an-animation-starting-value.md)
[Animate a Property by Using a Storyboard](how-to-animate-a-property-by-using-a-storyboard.md)
[Animate a Property Without Using a Storyboard](how-to-animate-a-property-without-using-a-storyboard.md)
[Animate in a ControlTemplate](how-to-animate-in-a-controltemplate.md)
[Animate in a Style](how-to-animate-in-a-style.md)
[Animate the Opacity of an Element or Brush](how-to-animate-the-opacity-of-an-element-or-brush.md)
[Change the Speed of a Clock Without Changing the Speed of Its Timeline](change-the-speed-of-a-clock.md)
[Control a Storyboard After It Starts Using Its Interactive Methods](how-to-control-a-storyboard-after-it-starts.md)
[Control an Animation using From, To, and By](how-to-control-an-animation-using-from-to-and-by.md)
[Define a Name Scope](how-to-define-a-name-scope.md)
[Receive Notification When a Clock's State Changes](how-to-receive-notification-when-clock-state-changes.md)
[Repeat an Animation](how-to-repeat-an-animation.md)
[Seek a Storyboard](how-to-seek-a-storyboard.md)
[Seek a Storyboard Synchronously](how-to-seek-a-storyboard-synchronously.md)
[Set a Duration for an Animation](how-to-set-a-duration-for-an-animation.md)
[Set a Property After Animating It with a Storyboard](how-to-set-a-property-after-animating-it-with-a-storyboard.md)
[Simplify Animations by Using Child Timelines](how-to-simplify-animations-by-using-child-timelines.md)
[Specify HandoffBehavior Between Storyboard Animations](how-to-specify-handoffbehavior-between-storyboard-animations.md)
[Specify the FillBehavior for a Timeline that has Reached the End of Its Active Period](specify-the-fillbehavior-for-a-timeline.md)
[Specify Whether a Timeline Automatically Reverses](how-to-specify-whether-a-timeline-automatically-reverses.md)
[Trigger an Animation When a Property Value Changes](how-to-trigger-an-animation-when-a-property-value-changes.md)
[Use Event Triggers to Control a Storyboard After It Starts](how-to-use-event-triggers-to-control-a-storyboard-after-it-starts.md)
## Reference
<xref:System.Windows.Media.Animation.Timeline>
<xref:System.Windows.Media.Animation.Storyboard>
<xref:System.Windows.Media.Animation.BeginStoryboard>
<xref:System.Windows.Media.Animation.Clock>
<xref:System.Windows.Media.Animation>
## Related Sections
[Graphics and Multimedia](index.md)