A value of the enumeration that specifies how the new animation interacts with any current (running) animations that are already affecting the property value.
Starts a specific animation for a specified animated property on this element, with the option of specifying what happens if the property already has a running animation.
Syntax
Parameters
- dp
- The property to animate, which is specified as the dependency property identifier.
- animation
- The timeline of the animation to be applied.
- handoffBehavior
- A value of the enumeration that specifies how the new animation interacts with any current (running) animations that are already affecting the property value.
See Also