animate linear
Linear animation options.
Syntax
animate linear increment <increment>
animate linear numberofsteps <steps>
Arguments
- increment
- Animation frame increment.
- numberofsteps
- The total number of steps for the linear static mode.
Examples
Set 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