I would like to use the slide backgrounds to illustrate the individual items of an itemize environment. However, the background image has to be specified outside the frame for all I know, and only, onslide, uncover, etc. don’t seem to work as expected there (the background is displayed on all slides for values equal 1 and hidden on all slides otherwise).
This is sort of how I’d like to use it, but it doesn’t work of course:
{
\only<1>{\usebackgroundtemplate{\includegraphics[width=\paperwidth]{assets/background-01.png}}}%
\only<2>{\usebackgroundtemplate{\includegraphics[width=\paperwidth]{assets/background-02.png}}}%
\only<3>{\usebackgroundtemplate{\includegraphics[width=\paperwidth]{assets/background-03.png}}}%
\frame{
\frametitle{Promotion}
\begin{itemize}[<+->]
\item Identifying the target audience
\item Understanding the target audience
\item Identifying partners
\end{itemize}
}
}
Thank you!

\documentclass{...}and ending with\end{document}. – Nov 06 '14 at 19:22