animate modal

Modal animation options.

Syntax

animate modal endframe <id>

animate modal increment <increment>

animate modal startframe <id>

Arguments

endframe
The animation end frame.
<id>
Animation end frame ID.
increment
The animation angle increment.
<increment>
Angle increment value.
startframe
The animation start frame.
<id>
Animation start frame ID.

Examples

Set the animation end frame to 7:
animate modal endframe 7
Set the animation angle increment to 1:
animate modal increment 1
Set the animation start frame to 5:
animate modal startframe 5