Yes, gradients do make the problem worse. And that makes sense. The
gradient
background is likely to show jaggies more because it is the least "stable"
type of background pixel by pixel. By that I mean that each pixel is
different from each other pixel. To have PPT compute the clean text as it
moves across that type of background would slow things quite a bit
(computationally), I believe. (I also don't believe that sentence made sense
to anyone else.... Steve, care to take a shot at making the techie correct
version of what you know I am trying to say....?)
Sure. Not that I'm representing this as Revealed Truth or anything (I'll
settle for "reviled"):
As I understand it, PPT figures the computer won't be able to draw fonted
text fast enough to animate it smoothly, so it converts the text to a
"sprite" -- a little bitty bitmap. Windows can pop these into the display
at will much quicker than it can text. There's some transparency involved,
though, so it still has to do some calcs, and I'd guess that doing them over
a background where each background pixel is different from the last (ie, a
gradient) would take longer.