Document ClassesZooming Animations (Beamer)

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
cda
Posts: 4
Joined: Thu Feb 14, 2008 2:00 pm

Zooming Animations (Beamer)

Post by cda »

Hi,

I'd like to confirm if is possible or someone think is possible to use \framezoom in Beamer to zoom in an animation (.mov file) specified with \movie. If so, could someone please provide an example.

I have been trying to do the following without any sucess:

Code: Select all

\begin{frame}{Advanced Workflow} 
\framezoom<1><2>[border=4.5cm](0cm,0cm)(6cm,4.5cm) 
\movie[width=6cm,height=4.5cm,p1]{}{caso-2.mov} 
\end{frame} 
[/code]

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
Post Reply