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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply