Edit

Share via


AnimationSet.AddCompositionAnimation(String, CompositionAnimation) Method

Definition

Adds a composition animation to be run on StartAsync()

public void AddCompositionAnimation (string propertyName, Windows.UI.Composition.CompositionAnimation animation);
member this.AddCompositionAnimation : string * Windows.UI.Composition.CompositionAnimation -> unit
Public Sub AddCompositionAnimation (propertyName As String, animation As CompositionAnimation)

Parameters

propertyName
String

The property to be animated on the backing Visual

animation
Windows.UI.Composition.CompositionAnimation

The Windows.UI.Composition.CompositionAnimation to be applied

Applies to