Skip to content

fix missing last frame of an animation

Romain Déoux requested to merge (removed):main into main

Given some PDF presentation:

\documentclass{beamer}
\begin{document}
{
  \setbeamercolor{background canvas}{bg=red}
  \begin{frame}{BUG}\transpush\end{frame}
}{
  \setbeamercolor{background canvas}{bg=green}
  \begin{frame}{BUG}\transpush\end{frame}
}
\end{document}

The last frame of the “push” transition is not drawn. As a result, the slide is shifted.

Merge request reports