ITimeline Interface

Definition

An interface representing a XAML model for a custom animation.

public interface ITimeline
type ITimeline = interface
Public Interface ITimeline
Derived

Methods

AppendToBuilder(AnimationBuilder, 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