The percentage of the animation's Duration spent accelerating the passage of time from zero to its maximum rate (range: 0.0 to 1.0).

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public double AccelerationRatio { get; set; }
Visual Basic
Public Property AccelerationRatio As Double
	Get
	Set
JScript
function get AccelerationRatio () : double
function set AccelerationRatio (value : double)

Remarks

The sum of AccelerationRatio and DecelerationRatio must be less than or equal to 1.

See Also