diff options
author | Karl Berry <karl@freefriends.org> | 2015-02-01 21:56:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-02-01 21:56:46 +0000 |
commit | 87932dd0df7362d66a73e360f64c91a41b95ebd0 (patch) | |
tree | 2ccdb5e1d290df69f3c44a677e475dc0657fd740 /Master/texmf-dist/doc/context | |
parent | 373a415f542caa0b4b63e4abedb259b846a97c9e (diff) |
context-animation (1feb15)
git-svn-id: svn://tug.org/texlive/trunk@36186 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/context')
-rw-r--r-- | Master/texmf-dist/doc/context/third/animation/README | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/context/third/animation/README b/Master/texmf-dist/doc/context/third/animation/README new file mode 100644 index 00000000000..ae79d8c4aa0 --- /dev/null +++ b/Master/texmf-dist/doc/context/third/animation/README @@ -0,0 +1,32 @@ +Modulename : t-animation +Author : Wolfgang Schuster +License : GNU General Public License + +Description +----------- + +Generate fieldstack based animation with ConTeXt +with a easy to use mechanism without the need +to define symbols, layers and fieldstacks. + +Usage +----- + +\usemodule[animation] + +\setupinteraction[state=start] + +\starttext + +\startanimation + {One} + {Two} +\stopanimation + +\stoptext + +Options +------- + +- menu +- frame
\ No newline at end of file |