Mathematica > Visualization and Graphics > Dynamic Visualization >
Mathematica > Visualization and Graphics > Charting and Information Visualization > Dynamic Visualization >
Mathematica > Visualization and Graphics > Data Visualization > Charting and Information Visualization > Dynamic Visualization >

ListAnimate

ListAnimate[{expr1, expr2, ...}]
generates an animation whose frames are the successive expri.
ListAnimate[list, fps]
displays fps frames per second.
  • The expri can be any expressions, and do not need to be graphics.
  • If it is not specified, fps will by default be chosen so that the animation lasts a total of 5 seconds.
AlignmentAutomatichow to align objects in the display area
AnimationDirectionForwardthe direction of the animation
AnimationRepetitionsInfinityhow many times to run before stopping
AppearanceElementsNonecontrol elements to include
DefaultDuration5.the default duration in seconds
DisplayAllStepsTruewhether to force all expri to be displayed
ImageSizeAllthe overall image size to use
  • ListAnimate by default displays in an area large enough to fit any of the expri.
  • The following elements are included by default: "ProgressSlider", "PlayPauseButton", "FasterSlowerButtons", "DirectionButton". These elements can be specified in any order in a list given as the setting for AppearanceElements.
New in 6
© 2008 Wolfram Research, Inc.
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team