I would like to display the different lines of an array, using overlays.
However I have trouble with the \hline command which seems to include an carriage return.
Here is a minimal example, I guess what I want is quite obvious: the same result without the first | on the new line
\documentclass{beamer}
\mode<presentation>
\begin{document}
\begin{frame}
$$\begin{array}{|c|c|c|}
\hline \mbox{first line} & bla&bla \\
\hline\pause
\visible<2->{\mbox{second line} & bla & bla \\
\hline}\pause
\mbox{third line} & bla &bla
\\ \hline
\end{array}$$
\end{frame}
\end{document}

gifusingimagemagickand uploaded it. – Apr 15 '15 at 13:28