IImplicitTimeline 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 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. |