Sometimes I want an element on a frame to change in steps. I do this by
\only<2>{
...
}
\only<3>{
...
}
etc.
But this causes the frame to jump due to different sizes of the included content. How can this be avoided?
|
Sometimes I want an element on a frame to change in steps. I do this by
etc. But this causes the frame to jump due to different sizes of the included content. How can this be avoided? |
||||
|
|
|
This issue is addressed in the You need to use either the
You then need to use Example:
|
||||
|
|
|
Use a command phantom to build a same size of the elements.
|
||||
|