« Return to Thread: [animate.sty] simple example

Re: [animate.sty] simple example

by Patrick Drechsler :: Rate this Message:

Reply to Author | View in Thread

Herbert Voss <Herbert.Voss@...> writes:

> Patrick Drechsler schrieb:
>
>> I just discovered the new version of animate.sty[1]. Has anybody used
>> this successfully with beamer and tikz?
>>
>> If so, could you be so kind to share a very minimal usage example?
>>

> sometimes it is easier using the transduration feature of
> beamer.
> http://perce.de/temp/Demo.tex

,----
| \begin{pspicture}(-0.5,-5)(15,5)
| \newpsstyle{ball}{fillstyle=ccslope,slopebegin=white,slopeend=blue,slopecenter={0.6 0.6}}
| \def\nFrames{20}
|   \psaxes[linewidth=0.5pt]{->}(0,0)(0,-5)(15,5)
|   \transduration<2-20>{0.2}%
`----

Cool! Thanks for pointing out these feature!

I would have never thought about using this feature for an animation.

Cheers,

Patrick
--
The shortest unit of time in the universe is the New York Second,
defined as the period of time between the traffic lights turning green
and the cab behind you honking. (Terry Pratchett 'Lords and Ladies')

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Latex-beamer-users mailing list
Latex-beamer-users@...
https://lists.sourceforge.net/lists/listinfo/latex-beamer-users

 « Return to Thread: [animate.sty] simple example