Re: Manipulate, how to slowdown animation
- To: mathgroup at smc.vnet.net
- Subject: [mg117954] Re: Manipulate, how to slowdown animation
- From: Alexei Boulbitch <alexei.boulbitch at iee.lu>
- Date: Wed, 6 Apr 2011 05:10:39 -0400 (EDT)
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 at 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.