ITimeline Interface
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.
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. |