Carries out the very animation using the given animation time with the ability of backward playback.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public void Animate(
	double relativeTime,
	bool backward
)

Parameters

relativeTime
Type: System..::.Double
Relative animation duration time.
backward
Type: System..::.Boolean
Defines direction of animation playback - backward or forward.

See Also