I am at the moment writing my first Beamer presentation. I was wondering if there a way to set the slide transition globally instead of calling it in every single slide. I was trying to renew the frame environment with
Code: Select all
\renewenvironment{frame}%
{\frame{\transglitter[duration=0.2]}%
{}}
I once read that the environment which is supposed to be renewed should not be called recursively. I also remember there is some workaround but don't remember how. Or does the problem lie in a completely different reason?
Do you've got an idea?
Cheers!