Legacy Documentation

Dynamic Visualizer (2008)

This is documentation for an obsolete product.
Current products and services

Documentation / DynamicVisualizer / Creating Animations /

6.3 Combining Animations

The standard list operations are very useful when composing movies.

Useful list operations when creating animations.

To join two or more animations together, one after the other, use Join.

In[21]:=

To create an animation that runs forward and then backward, use Reverse; use Rest to drop the repeated last frame.

In[22]:=

To merge two animations of the same length use Transpose.

In[23]:=

MapIndexed is an elegant method for adding another movement to an existing movie. It is useful because it provides the frame index number. The first argument to the pure function is the original frame, and the second argument is the index number.

In[24]:=

The index number can be used to create the additional movement.

In[25]:=