How can I get the align environment to play nicely with beamer overlays? As a simple example I would like
\begin{align*}
a = \frac{bc}{c}
\end{align*}
on the first overlay and then
\begin{align*}
a = b
\end{align*}
on the second, but I want the equal signs to line up for both. Using beamer's \overprint environment, for example, the equal sign shifts between the two lines I guess because they are of different length.