summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/beamer/beamerug-animations.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-10-19 20:41:51 +0000
committerKarl Berry <karl@freefriends.org>2021-10-19 20:41:51 +0000
commit9dd5abe6837454a3e1afca60459d8bf20fa45623 (patch)
tree3a780c0c2b79544eade57a9ffeaa224fe26bd5e1 /Master/texmf-dist/doc/latex/beamer/beamerug-animations.tex
parent619a4a05c64fd654766fdf31317bbfd68ee58d68 (diff)
beamer (19oct21)
git-svn-id: svn://tug.org/texlive/trunk@60801 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/beamer/beamerug-animations.tex')
-rw-r--r--Master/texmf-dist/doc/latex/beamer/beamerug-animations.tex9
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/beamer/beamerug-animations.tex b/Master/texmf-dist/doc/latex/beamer/beamerug-animations.tex
index 7aa470883a4..7d3a6df9627 100644
--- a/Master/texmf-dist/doc/latex/beamer/beamerug-animations.tex
+++ b/Master/texmf-dist/doc/latex/beamer/beamerug-animations.tex
@@ -1,3 +1,4 @@
+% !TeX root = beameruserguide.tex
% Copyright 2003--2007 by Till Tantau
% Copyright 2010 by Vedran Mileti\'c
% Copyright 2012,2013,2015 by Vedran Mileti\'c, Joseph Wright
@@ -406,11 +407,13 @@ Since there is no direct way of stopping the playback of a sound, the following
There are a number of commands that can be used to specify what effect should be used when the current slide is presented. Consider the following example:
\begin{verbatim}
-\frame{\pgfuseimage{youngboy}}
-\frame{
+\begin{frame}
+ \pgfuseimage{youngboy}
+\end{frame}
+\begin{frame}
\transdissolve
\pgfuseimage{man}
-}
+\end{frame}
\end{verbatim}
The command |\transdissolve| causes the slide of the second frame to be shown in a ``dissolved way.'' Note that the dissolving is a property of the second frame, not of the first one. We could have placed the command anywhere on the frame.