Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #1470
| From | Heike Gramberg <heike.gramberg@gmail.com> |
|---|---|
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | Re: Manipulate, how to slowdown animation |
| Date | 2011-04-04 11:28 +0000 |
| Organization | Steven M. Christensen and Associates, Inc and MathTensor, Inc. |
| Message-ID | <inca1b$1rh$1@smc.vnet.net> (permalink) |
You could use the option AnimationRate for this. For example
Manipulate[
Plot[Sin[x (1 + a x)], {x, 0, 6}], {a, 0, 2, AnimationRate -> 0.2}]
would change a by 0.2 per second if you press play.
Heike.
On 4 Apr 2011, at 12:29, =8Aer=FDch Jakub wrote:
> Dear Mathgroup,
> is it possible to slowdown animation in Manipulate by presetting some option?
>
> (just the example from Help)
>
> Manipulate[Plot[Sin[x (1 + a x)], {x, 0, 6}], {a, 0, 2}]
>
> I can slow the animation down by the button with double down arrow. But I wanted to prepare manipulate to run slow animation from the begining not only after mad clicking on the slowing button.
>
> Thanks in advance for any help
>
> Jakub
>
Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar | Unroll thread
Re: Manipulate, how to slowdown animation Heike Gramberg <heike.gramberg@gmail.com> - 2011-04-04 11:28 +0000
csiph-web