Click or drag to resize
DigitalRuneAnimationTransitionsCompose Method
Combines a new animation with existing animations by adding the new animation to the composition chains immediately.
Overload List
  NameDescription
Public methodStatic memberCompose
Combines the new animation. with existing animations by appending the new animation to the end of the composition chains.
Public methodStatic memberCompose(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.
Public methodStatic memberCompose(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.
Public methodStatic memberCompose(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.
Top
See Also