Re: Need Help With Simple Animation
- To: mathgroup at smc.vnet.net
- Subject: [mg25103] Re: [mg25091] Need Help With Simple Animation
- From: BobHanlon at aol.com
- Date: Sun, 10 Sep 2000 03:14:27 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
If you execute PlotRange /. AbsoluteOptions[#] & /@ {frame1, frame2, frame10} you will see that the frames are not all the same size. That is what is causing the jitter. Add to each frame definition the same PlotRange option. The option should be similar to PlotRange -> {{-1.3, 53.3}, {-0.77375, 31.72375}, {-1.3, 53.3}} Once the frames are all the same size, the jigger should cease. You also might want to add to each frame definition the option DisplayFunction -> Identity to suppress the display of the individual frames until the ShowAnimate cell. Bob Hanlon