|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
ListAnimate
ListAnimate[{expr1, expr2, ...}]
generates an animation whose frames are the successive
.
ListAnimate[list, fps]
displays fps frames per second.
Details and OptionsDetails and Options
- The
can be any expressions, and do not need to be graphics. - ListAnimate generates a Manipulate object containing an Animator.
- If it is not specified, fps will by default be chosen so that the animation lasts a total of 5 seconds.
- ListAnimate has the same options as Manipulate, with the following additions and changes:
-
Alignment Automatic how to align objects in the display area AnimationDirection Forward the direction of the animation AnimationRepetitions Infinity how many times to run before stopping AppearanceElements None control elements to include DefaultDuration 5. the default duration in seconds DisplayAllSteps True whether to force all
to be displayed ImageSize All the overall image size to use - ListAnimate by default displays in an area large enough to fit any of the
. - With the option setting ImageSize->Automatic, ListAnimate leaves space only for the
currently being displayed. - The following elements are included by default:
,
,
,
. These elements can be specified in any order in a list given as the setting for AppearanceElements.
New in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

