I have a problem with my PDF presentation made with beamer. I want to include an animation in my presentation using the animate package. In particular I have 101 PNG files (frames) and I include them as follows
Code: Select all
\animategraphics[autoplay,loop,height=7cm]{whatever}{filename}{0}{100}
The problem is: when I switch to full screen mode the animation is slower and the frame rate is not the one I have specified in the code, making the animation pretty much useless.
I really don't know why this happens, I have done some research with google, in this forum and I heave read the animate package documentation without finding any solution. The only thing I have noticed is that the less is the dimension of the animation the faster is, but unfortunately I need the above animation's size.
At the same time, increasing the frame rate does not work: the full screen animation is at the same speed even with an enhanced frame rate (which I suppose has a maximum value also for the non-full screen mode animation). Has anyone any idea?
Thank you very much!
Andrea