AnimationSet.AddCompositionAnimation(String, CompositionAnimation) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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