animate linear

Linear animation options.

Syntax

animate linear increment <increment>

animate linear numberofsteps <steps>

Arguments

increment
Animation frame increment.
<increment>
Enter a value for the increment.
numberofsteps
The total number of steps for the linear static mode.
<steps>
Enter a value for the number of steps.

Examples

Set the the number of steps for the linear static mode to 5:
animate linear numberofsteps 5
Set the animation frame increment to 1:
animate linear increment 1