Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.soft-sys.math.mathematica > #1470 > unrolled thread

Re: Manipulate, how to slowdown animation

Started byHeike Gramberg <heike.gramberg@gmail.com>
First post2011-04-04 11:28 +0000
Last post2011-04-04 11:28 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.soft-sys.math.mathematica


Contents

  Re: Manipulate, how to slowdown animation Heike Gramberg <heike.gramberg@gmail.com> - 2011-04-04 11:28 +0000

#1470 — Re: Manipulate, how to slowdown animation

FromHeike Gramberg <heike.gramberg@gmail.com>
Date2011-04-04 11:28 +0000
SubjectRe: Manipulate, how to slowdown animation
Message-ID<inca1b$1rh$1@smc.vnet.net>
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
>

[toc] | [standalone]


Back to top | Article view | comp.soft-sys.math.mathematica


csiph-web