在投影仪演示中更改图像时如何固定块的位置?

问题描述

我想用投影仪制作动画。在过渡期间,一张图片应替换另一张。我有一个问题,文本将在此动画期间移动其位置。我尝试过\ only和\ onslide,但是问题没有解决。

\begin{frame}{}
\onslide<1->{some text }
 \onlide<1>{
 \begin{figure}[H]
  \centering
  \includegraphics[width=4in]{Figures/fig1.pdf}
\label{fig2}
\end{figure}
}
\onslide<2->{
\begin{figure}[H]
  \centering
  \includegraphics[,width=4in]{Figures/fig2.pdf}
\label{fig2}
\end{figure}
}


\end{frame}

动画过程中“某些文本”的位置会移动。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)