AnimationTransitionsCompose Method |
Name | Description | |
---|---|---|
Compose |
Combines the new animation. with existing animations by appending the new animation to the
end of the composition chains.
| |
Compose(TimeSpan) |
Gradually combines the new animation with existing animations by appending the new animation
to the end of the composition chains. The new animation fades in over the specified
duration.
| |
Compose(AnimationInstance) |
Combines the new animation with existing animations by inserting the new animation after the
specified animation into the composition chains. The new animation takes effect immediately.
| |
Compose(AnimationInstance, TimeSpan) |
Combines the new animation with existing animations by inserting the new animation after the
specified animation into the composition chains. The new animation fades in over the
specified duration.
|