[latex3-commits] [git/LaTeX3-latex3-pdfresources] develop: add transition examples (5d7d923)

Ulrike Fischer fischer at troubleshooting-tex.de
Sun Feb 13 23:23:45 CET 2022


Repository : https://github.com/latex3/pdfresources
On branch  : develop
Link       : https://github.com/latex3/pdfresources/commit/5d7d92393a6d8faa8401e08e9de29094b2c20bd7

>---------------------------------------------------------------

commit 5d7d92393a6d8faa8401e08e9de29094b2c20bd7
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Sun Feb 13 23:23:45 2022 +0100

    add transition examples


>---------------------------------------------------------------

5d7d92393a6d8faa8401e08e9de29094b2c20bd7
 experiments/trans-examples.tex | 166 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 166 insertions(+)

diff --git a/experiments/trans-examples.tex b/experiments/trans-examples.tex
new file mode 100644
index 0000000..93987d3
--- /dev/null
+++ b/experiments/trans-examples.tex
@@ -0,0 +1,166 @@
+% !Mode:: "TeX:DE:UTF-8:Main"
+\RequirePackage{pdfmanagement-testphase}
+\DocumentMetadata{}
+
+\documentclass{beamer}
+\usepackage{tikzlings}
+\begin{document}
+\begin{frame}
+
+blub
+
+\end{frame}
+
+\begin{frame}
+\transblindshorizontal[duration=1]
+blinds horizontal
+
+\tikz[scale=3]{\bear} \tikz[scale=3]{\rhino}
+
+\end{frame}
+
+\begin{frame}
+\transblindsvertical[duration=1]
+blinds vertical
+
+\tikz[scale=3]{\marmot} \tikz[scale=3]{\sloth}
+
+\end{frame}
+
+\begin{frame}
+\transboxin[duration=1]
+box in
+
+\tikz[scale=3]{\bear} \tikz[scale=3]{\rhino}
+
+\end{frame}
+
+\begin{frame}
+\transboxout[duration=1]
+box out
+
+\tikz[scale=3]{\marmot} \tikz[scale=3]{\sloth}
+
+\end{frame}
+
+\begin{frame}
+\transcover[duration=1]
+cover
+
+\tikz[scale=3]{\bear} \tikz[scale=3]{\rhino}
+
+\end{frame}
+
+\begin{frame}
+\transcover[duration=1,direction=270]
+cover 270
+
+\tikz[scale=3]{\bear} \tikz[scale=3]{\rhino}
+
+\end{frame}
+
+\begin{frame}
+\transdissolve[duration=1]
+dissolve
+\tikz[scale=3]{\marmot} \tikz[scale=3]{\sloth}
+
+
+\end{frame}
+
+\begin{frame}
+\transfade[duration=10]
+fade
+
+\tikz[scale=3]{\bear} \tikz[scale=3]{\rhino}
+
+\end{frame}
+
+\begin{frame}
+\transglitter[duration=10]
+glitter
+
+\tikz[scale=3]{\marmot} \tikz[scale=3]{\sloth}
+
+\end{frame}
+
+\begin{frame}
+\transpush[duration=1]
+push
+
+\tikz[scale=3]{\bear} \tikz[scale=3]{\rhino}
+
+\end{frame}
+
+\begin{frame}
+\transreplace[duration=1]
+replace
+
+\tikz[scale=3]{\marmot} \tikz[scale=3]{\sloth}
+
+\end{frame}
+
+\begin{frame}
+\transsplitverticalin[duration=1]
+vertical in
+
+\tikz[scale=3]{\bear} \tikz[scale=3]{\rhino}
+
+\end{frame}
+
+\begin{frame}
+\transsplitverticalout[duration=1]
+vertical out
+
+\tikz[scale=3]{\marmot} \tikz[scale=3]{\sloth}
+
+\end{frame}
+
+\begin{frame}
+\transsplithorizontalin[duration=1]
+horizontal in
+
+\tikz[scale=3]{\bear} \tikz[scale=3]{\rhino}
+
+\end{frame}
+
+\begin{frame}
+\transsplithorizontalout[duration=1]
+horizontal out
+
+\tikz[scale=3]{\marmot} \tikz[scale=3]{\sloth}
+
+\end{frame}
+
+\begin{frame}
+\transuncover[duration=1]
+uncover
+
+\tikz[scale=3]{\bear} \tikz[scale=3]{\rhino}
+
+\end{frame}
+
+\begin{frame}
+\transwipe[duration=1]
+wipe
+
+\tikz[scale=3]{\marmot} \tikz[scale=3]{\sloth}
+
+\end{frame}
+
+\begin{frame}
+\transfly[duration=1,direction=90]
+fly 90
+
+\tikz[scale=3]{\bear} \tikz[scale=3]{\rhino}
+
+\end{frame}
+
+\begin{frame}
+\transfly[duration=1,direction=180]
+fly 180
+
+\tikz[scale=3]{\marmot} \tikz[scale=3]{\sloth}
+
+\end{frame}
+
+\end{document}
\ No newline at end of file





More information about the latex3-commits mailing list.