Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/help/rest/animf.txt
blob: 716979dc304ebc4e4852a85681836e815f20e5f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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