IAnimationServiceStartAnimation Method |
Name | Description | |
---|---|---|
StartAnimation(ITimeline, IAnimatableObject) |
Starts an animation and applies it to the specified object.
| |
StartAnimation(ITimeline, IAnimatableProperty) |
Starts an animation and applies it to the specified property.
| |
StartAnimation(ITimeline, IEnumerableIAnimatableObject) |
Starts an animation and applies it to the specified objects.
| |
StartAnimation(ITimeline, IAnimatableObject, AnimationTransition) |
Starts an animation using a given transition and applies it to the specified object.
| |
StartAnimation(ITimeline, IAnimatableProperty, AnimationTransition) |
Starts an animation using a given transition and applies it to the specified property.
| |
StartAnimation(ITimeline, IEnumerableIAnimatableObject, AnimationTransition) |
Starts an animation using a given transition and applies it to the specified objects.
|