Click or drag to resize

Windowanimate Method

Performs the specified window transitions.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public void animate(
	AnimationTransitions transitions,
	AnimationOptions options = null,
	AckCallback callback = null,
	AckCallback errorCallback = null
)

Parameters

transitions
Type: Openfin.DesktopAnimationTransitions
Describes the animations to preform. AnimationTransitions
options (Optional)
Type: Openfin.DesktopAnimationOptions
Options for the animation. AnimationOptions
callback (Optional)
Type: Openfin.DesktopAckCallback
(Optional) A function that is called once all transitions have been completed or interrupted. The result state is passed as an object.
errorCallback (Optional)
Type: Openfin.DesktopAckCallback
(Optional) A function that is called if the method fails. The reason for failure is passed as an argument.
See Also