Re: Sticky Animations Anyone?
- To: mathgroup at smc.vnet.net
- Subject: [mg85082] Re: Sticky Animations Anyone?
- From: nigol <dario.buttari at gmail.com>
- Date: Sun, 27 Jan 2008 05:48:44 -0500 (EST)
- References: <fn1nj8$9b6$1@smc.vnet.net>
David, I confirm your problem, but on my machine I need to slow down the animation to 20s to see the problem in a reasonable amount of time. In[1]:= $Version Out[1]= "6.0 for Microsoft Windows (32-bit) (June 19, 2007)" frame[t_] := Plot[Sin[x t], {x, 0, 1}] Animate[frame[t], {t, 0., 55, 0.5}, DisplayAllSteps -> True, DefaultDuration -> 20., AnimationRepetitions -> \[Infinity], AnimationDirection -> Forward] I do not think is a memory problem since on my machine I have 4GB of memory. The animation resumes if I resize the notebook window. It would be nice to know if the problem is common to other platforms (Unix, Mac). Dario