I'm using the package tcolorbox with the library theorems. I'm having issues with \pause when imbedded within a \tcboxmath: instead of hiding the following part of the frame, it hides only the following part in the box, showing all the rest of the frame after the box.
Below is a mwe. Thanks for your help.
\documentclass{beamer}
\usepackage{tcolorbox}
\tcbuselibrary{theorems}
\begin{document}
\begin{frame}
If I put a pause in a tcboxmath frame like here: $\tcboxmath{\cos(x+\pi) = \pause -\cos(x)}$, this is what happens...
\end{frame}
\end{document}

pause? halftcboxor "this is what happens" hidden? – Ignasi Aug 24 '21 at 09:28