* 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
1.8 KiB
title, ms.date, helpviewer_keywords, ms.assetid
| title | ms.date | helpviewer_keywords | ms.assetid | |
|---|---|---|---|---|
| How to: Add an Animation Output Value to an Animation Starting Value | 03/30/2017 |
|
b89a82be-b03d-481e-a8d3-cc513d09ca00 |
How to: Add an Animation Output Value to an Animation Starting Value
This example shows how to add an animation output value to an animation starting value.
Example
The xref:System.Windows.Media.Animation.DoubleAnimation.IsAdditive%2A property specifies whether you want the output value of an animation added to the starting value (base value) of an animated property. You can use the xref:System.Windows.Media.Animation.DoubleAnimation.IsAdditive%2A property with most basic animations and most key frame animations. For more information, see Animation Overview and Key-Frame Animations Overview.
The following example shows the effect of using the xref:System.Windows.Media.Animation.DoubleAnimation.IsAdditive%2A?displayProperty=nameWithType property with xref:System.Windows.Media.Animation.DoubleAnimation and using the xref:System.Windows.Media.Animation.DoubleAnimationUsingKeyFrames.IsAdditive%2A?displayProperty=nameWithType property with xref:System.Windows.Media.Animation.DoubleAnimationUsingKeyFrames.
[!code-xamltimingbehaviors_snip#IsAdditiveWholePage]