IAttachedTimeline Interface

Definition

An interface representing a XAML model for a custom animation that requires a specific parent Windows.UI.Xaml.UIElement context.

public interface IAttachedTimeline
type IAttachedTimeline = interface
Public Interface IAttachedTimeline
Derived

Methods

AppendToBuilder(AnimationBuilder, UIElement, Nullable<TimeSpan>, Nullable<TimeSpan>, Nullable<EasingType>, Nullable<EasingMode>)

Appends the current animation to a target AnimationBuilder instance. This method is used when the current ITimeline instance is explicitly triggered.

Applies to