IImplicitTimeline Interface

Definition

An interface representing a XAML model for a custom implicit composition animation.

public interface IImplicitTimeline
type IImplicitTimeline = interface
Public Interface IImplicitTimeline
Derived

Methods

GetAnimation(UIElement, String)

Gets a Windows.UI.Composition.CompositionAnimation from the current node. This animation might be used either as an implicit show/hide animation, or as a direct implicit animation.

Events

AnimationPropertyChanged

Raised whenever a property that influences the animation changes. This event is used by ImplicitAnimationSet to update the animations collection assigned to a target Windows.UI.Xaml.UIElement when any of the individual animations is modified.

Applies to