Click or drag to resize
DigitalRuneAnimationManagerStartAnimation Method
Starts an animation on the specified objects or properties.
Overload List
  NameDescription
Public methodStartAnimation(ITimeline, IAnimatableObject)
Starts an animation and applies it to the specified object.
Public methodStartAnimation(ITimeline, IAnimatableProperty)
Starts an animation and applies it to the specified property.
Public methodStartAnimation(ITimeline, IEnumerableIAnimatableObject)
Starts an animation and applies it to the specified objects.
Public methodStartAnimation(ITimeline, IAnimatableObject, AnimationTransition)
Starts an animation using a given transition and applies it to the specified object.
Public methodStartAnimation(ITimeline, IAnimatableProperty, AnimationTransition)
Starts an animation using a given transition and applies it to the specified property.
Public methodStartAnimation(ITimeline, IEnumerableIAnimatableObject, AnimationTransition)
Starts an animation using a given transition and applies it to the specified objects.
Top
See Also