Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/help/rest/animf.txt
diff options
context:
space:
mode:
Diffstat (limited to 'help/rest/animf.txt')
-rw-r--r--help/rest/animf.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/help/rest/animf.txt b/help/rest/animf.txt
new file mode 100644
index 0000000..716979d
--- /dev/null
+++ b/help/rest/animf.txt
@@ -0,0 +1,28 @@
+.. _animf:
+
+.. index::
+ pair: functions; animation
+
+Animation functions
+===================
+
+These functions are used to animate fractal state--to zoom, unzoom and morph
+various parameters. They should be used only in animation files. Animations are
+usually performed for a time selected by an immediately following :ref:`timing
+function <time>`. For example::
+
+ (view 0 0 1 1)
+ (morphview 0 0 2 2)
+ (usleep 5000000)
+
+Will do a 5 second long unzooming animation.
+
+.. toctree::
+
+ animateview
+ smoothmorph
+ morphview
+ morphjulia
+ moveview
+ morphangle
+ zoom