|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
Animator
Animator[u]
represents an object that displays with the value of u being continually increased from 0 to 1 with time.
Animator[u, {umin, umax}]
makes u vary from
to
.
Animator[u, {umin, umax, du}]
makes u vary in steps du.
Animator[u, {umin, umax}, ups]
makes the value of u increase at a rate of ups units per second.
Details and OptionsDetails and Options
- The default duration is five seconds.
- Animator[Dynamic[s], ...] makes the value of s be continually reset with time.
- Animator[u, {umin, Infinity}] will run forever, with u increasing by 1 every second.
- Animator[u, {-Infinity, Infinity}] also allows u to decrease forever if the animation is run in reverse.
- The following options can be given:
-
AnimationDirection Forward the direction of the animation AnimationRunning True whether the animation is running AnimationRate Automatic the rate at which to take variables to vary AnimationRepetitions Infinity how many times to run before stopping Appearance Automatic the overall appearance of the animator AppearanceElements Automatic elements to include in the displayed animator Exclusions {} specific u values to exclude DefaultDuration 5. the default duration in seconds DisplayAllSteps False whether to force all discrete steps to be displayed Enabled Automatic whether the animator is enabled, or grayed out ImageMargins 0 margins around the image of the displayed animator ImageSize Automatic the overall image size of the displayed animator - The following elements are included in a default animator:
,
,
,
. These elements can be specified in any order in a list given as the setting for AppearanceElements. - Additional possible elements include:
,
,
,
. - Animator[] is equivalent to Animator[0].
New in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
