Methods Summary |
---|
public float | getAccelerate()The percentage value of the simple acceleration of time for the
element. Allowed values are from 0 to 100 .
Default value is 0 (no acceleration).
The sum of the values for accelerate and decelerate must not exceed
100. If it does, the deceleration value will be reduced to make the
sum legal.
|
public boolean | getAutoReverse()The autoReverse attribute controls the "play forwards then backwards"
functionality. Default value is false .
|
public float | getDecelerate()The percentage value of the simple decelerate of time for the
element. Allowed values are from 0 to 100 .
Default value is 0 (no deceleration).
The sum of the values for accelerate and decelerate must not exceed
100. If it does, the deceleration value will be reduced to make the
sum legal.
|
public float | getSpeed()Defines the playback speed of element time. The value is specified as
a multiple of normal (parent time container) play speed. Legal values
are signed floating point values. Zero values are not allowed. The
default is 1.0 (no modification of speed).
|
public void | setAccelerate(float accelerate)
|
public void | setAutoReverse(boolean autoReverse)
|
public void | setDecelerate(float decelerate)
|
public void | setSpeed(float speed)
|