Windows.UI.Xaml.Media.Animation Namespace |
[Missing <summary> documentation for "N:Windows.UI.Xaml.Media.Animation"]
Class | Description | |
---|---|---|
DiscreteObjectKeyFrame |
Animates from the Object value of the previous key frame to its own Value
using discrete values.
| |
ObjectAnimationUsingKeyFrames |
Animates the value of an Object property along a set of KeyFrames over a
specified Duration.
| |
ObjectKeyFrame |
Defines an animation segment with its own target value and interpolation
method for an ObjectAnimationUsingKeyFrames.
| |
ObjectKeyFrameCollection |
Represents a collection of ObjectKeyFrame objects that can be individually
accessed by index.
| |
Storyboard |
Controls animations with a timeline, and provides object and property targeting
information for its child animations.
| |
Timeline |
Defines a segment of time.
| |
TimelineCollection |
Represents a collection of Timeline objects.
| |
Transition |
Represents a visual behavior that occurs when a control is affected by a
predefined action or state change. These may be applied to individual elements
using the Transitions property, or applied to the children of a Panel using
the ChildrenTransitions property.
| |
TransitionCollection |
Represents a collection of Transition objects.
|
Structure | Description | |
---|---|---|
KeyTime |
Specifies when a particular key frame should take place during an animation.
|