|
|
||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
Animate |
| Animate[expr, {u, umin, umax}] generates an animation of expr in which u varies continuously from umin to umax. |
| Animate[expr, {u, umin, umax, du}] takes u to vary in steps du. |
| Animate[expr, {u, {u1, u2, ...}}] makes u take on discrete values u1, u2, .... |
| Animate[expr, {u, ...}, {v, ...}, ...] varies all the variables u, v, .... |
| AnimationDirection | Forward | the direction of the animation | |
| AnimationRate | Automatic | the rate at which to take variables to vary | |
| AnimationRepetitions | Infinity | how many times to run before stopping | |
| AnimationRunning | True | whether the animation is running | |
| AppearanceElements | Automatic | control elements to include | |
| BaseStyle | {} | base style specifications for the animator | |
| DefaultDuration | 5. | the default duration in seconds | |
| Deinitialization | None | an expression to evaluate if the output from the Animate is deleted | |
| DisplayAllSteps | False | whether to force all discrete steps to be displayed | |
| Exclusions | {} | specific values to be excluded | |
| Initialization | None | an expression to evaluate when output is first generated | |
| LabelStyle | {} | style specifications for the label area | |
| RefreshRate | Automatic | the default number of times per second to refresh | |
| ShrinkingDelay | Automatic | how long to delay before shrinking if the displayed object gets smaller |
| © 2008 Wolfram Research, Inc. |