animate transient
Transient animation options.
Syntax
animate transient endframe <id>
animate transient endtime <time>
animate transient increment time <increment>
animate transient increment frame <frame>
animate transient startframe <frame id>
animate transient starttime <time>
animate transient time <time>
Arguments
- endframe
- The animation end frame.
- endtime
- Specifies the last timestep in the animation.
- increment time
- The animation time increment.
- increment frame
- The animation frame increment.
- startframe
- The animation start frame.
- starttime
- Specifies the first timestep in the animation.
- time
- Set the transient animation time.
Examples
Set the animation end frame to frame
5:
animate transient endframe 5
Specify the last timestep in the
animation:
animate transient endtime 0.10
Set the time increment to
0.1:
animate transient increment time 0.1
Set the frame increment to
3:
animate transient increment frame 3
Set the animation start frame to frame
3:
animate transient startframe 3
Specify the first time step in the
animation:
animate transient starttime 0
Set the transient animation time to
0.025:
animate transient time 0.025