DOCUMENTATION CENTER SEARCH
Mathematica
>
Built-in
Mathematica
Symbol
DefaultDuration
RefreshRate
Animate
Animator
See Also »
AnimationRate
AnimationRate
is an option for
Animate
and
Animator
that specifies at what rate an animation should run, in units per second.
MORE INFORMATION
AnimationRate->
r
specifies that the animation variables should be changed by
r
over the course of one second.
With
AnimationRate->
Automatic
, the rate is determined if possible from settings for options such as
DefaultDuration
.
EXAMPLES
CLOSE ALL
Basic Examples
(2)
Specify the animation rate for
Animator
:
In[1]:=
Out[1]=
Specify the animation rate for
Animate
:
In[1]:=
Out[1]=
SEE ALSO
DefaultDuration
RefreshRate
Animate
Animator
New in 6
© 2008 Wolfram Research, Inc.