summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/context/third/animation/README32
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