ListAnimate skipping frames
- To: mathgroup at smc.vnet.net
- Subject: [mg81520] ListAnimate skipping frames
- From: nonaggie at gmail.com
- Date: Wed, 26 Sep 2007 06:47:40 -0400 (EDT)
Hi,
When I have a ListAnimate contained inside a Dynamic, it skips frames
the first time it plays. For instance, if I evaluate
Dynamic[test]
followed by
test = ListAnimate[
Table[
Column[{n,
Plot[Sum[x^k, {k, 0, n}], {x, -3, 3},
PlotRange -> {-2, 6}]}], {n, 1, 5}],
AnimationRepetitions -> 1];
I do not see all the frames of the animation. Can anybody suggest a
fix?
Thanks!