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

3.1 KiB

title, ms.date, f1_keywords, helpviewer_keywords, ms.assetid
title ms.date f1_keywords helpviewer_keywords ms.assetid
Animation and Timing How-to Topics 03/30/2017
AutoGeneratedOrientationPage
timing system [WPF]
animation [WPF]
587e36f6-1957-424e-9d89-c43724f26d84

Animation and Timing How-to Topics

The following topics demonstrate how to use the [!INCLUDETLA#tla_winclient] animation and timing system in your applications.

In This Section

Accelerate or Decelerate an Animation
Accumulate Animation Values During Repeat Cycles
Add an Animation Output Value to an Animation Starting Value
Animate a Property by Using a Storyboard
Animate a Property Without Using a Storyboard
Animate in a ControlTemplate
Animate in a Style
Animate the Opacity of an Element or Brush
Change the Speed of a Clock Without Changing the Speed of Its Timeline
Control a Storyboard After It Starts Using Its Interactive Methods
Control an Animation using From, To, and By
Define a Name Scope
Receive Notification When a Clock's State Changes
Repeat an Animation
Seek a Storyboard
Seek a Storyboard Synchronously
Set a Duration for an Animation
Set a Property After Animating It with a Storyboard
Simplify Animations by Using Child Timelines
Specify HandoffBehavior Between Storyboard Animations
Specify the FillBehavior for a Timeline that has Reached the End of Its Active Period
Specify Whether a Timeline Automatically Reverses
Trigger an Animation When a Property Value Changes
Use Event Triggers to Control a Storyboard After It Starts

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

Graphics and Multimedia