How do I see a list of all supported special frames of a theme, say, Berlin
?
PS: This question was prompted by this answer:
Another approach could be to use a theme which provides a special frame for this, e.g. with the metropolis
theme, one can simply do
\documentclass{beamer}
\usetheme{metropolis}
\begin{document}
\begin{frame}
normal frame
\end{frame}
\begin{frame}[standout]
Thanks
\end{frame}
\end{document}