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


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

Re: Manipulate, how to slowdown animation

Started byAlexei Boulbitch <alexei.boulbitch@iee.lu>
First post2011-04-06 09:11 +0000
Last post2011-04-06 09:11 +0000
Articles 1 — 1 participant

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


Contents

  Re: Manipulate, how to slowdown animation Alexei Boulbitch <alexei.boulbitch@iee.lu> - 2011-04-06 09:11 +0000

#1506 — Re: Manipulate, how to slowdown animation

FromAlexei Boulbitch <alexei.boulbitch@iee.lu>
Date2011-04-06 09:11 +0000
SubjectRe: Manipulate, how to slowdown animation
Message-ID<inhand$26k$1@smc.vnet.net>
Dear Jakub,

It seems that your needs would be better satisfied by Animate or ListAnimate, rather than Manipulate (though the difference is rather nominal).
Try to play with (i) AnimationRate and (ii) DefaultDuration options.

Try, for instance:
Animate[Plot[Sin[x (1 + a x)], {x, 0, 6}], {a, 0, 2, 0.01},
  AnimationRate ->  0.1]

or this:

Animate[Plot[Sin[x (1 + a x)], {x, 0, 6}], {a, 0, 2, 0.01},
  DefaultDuration ->  10]

or this:

ListAnimate[Table[Plot[Sin[x (1 + a x)], {x, 0, 6}], {a, 0, 2, 0.01}],
   DefaultDuration ->  25]

Have fun, Alexei




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


-- 
Alexei Boulbitch, Dr. habil.
Senior Scientist
Material Development

IEE S.A.
ZAE Weiergewan
11, rue Edmond Reuter
L-5326 CONTERN
Luxembourg

Tel: +352 2454 2566
Fax: +352 2454 3566
Mobile: +49 (0) 151 52 40 66 44

e-mail: alexei.boulbitch@iee.lu

www.iee.lu

--

This e-mail may contain trade secrets or privileged, undisclosed or
otherwise confidential information. If you are not the intended
recipient and have received this e-mail in error, you are hereby
notified that any review, copying or distribution of it is strictly
prohibited. Please inform us immediately and destroy the original
transmittal from your system. Thank you for your co-operation.

[toc] | [standalone]


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


csiph-web