![]() | IAnimationService Methods |
Name | Description | |
---|---|---|
![]() | CreateController(ITimeline, IAnimatableObject) |
Creates a new animation controller which can be used to apply the given animation to the
specified object.
|
![]() | CreateController(ITimeline, IAnimatableProperty) |
Creates a new animation controller which can be used to apply the given animation to the
specified property.
|
![]() | CreateController(ITimeline, IEnumerableIAnimatableObject) |
Creates a new animation controller which can be used to apply the given animation to the
specified objects.
|
![]() | IsAnimated(IAnimatableObject) |
Determines whether the specified object is controlled by one or more animations.
|
![]() | IsAnimated(IAnimatableProperty) |
Determines whether the specified property is controlled by one or more animations.
|
![]() | 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.
|
![]() | StopAnimation(IAnimatableObject) |
Stops all animations affecting the specified object.
|
![]() | StopAnimation(IEnumerableIAnimatableObject) |
Stops all animations affecting the specified objects.
|
![]() | StopAnimation(IAnimatableProperty) |
Stops all animations affecting the specified property.
|
![]() | UpdateAndApplyAnimation(IAnimatableObject) |
Immediately evaluates the animations the given object and applies the new animation values.
|
![]() | UpdateAndApplyAnimation(IEnumerableIAnimatableObject) |
Immediately evaluates the animations of the given objects and applies the new animation
values.
|
![]() | UpdateAndApplyAnimation(IAnimatableProperty) |
Immediately evaluates the animation composition chains of the given property and applies
the new animation values.
|