Animating transforms
Converting time to position
- To animate the position of a shape you provide:
- A list of key positions for a movement path
- A time at which to be at each position
- An interpolator node converts an input time to an output
position
- When a time is in between two key positions, the
interpolator computes an intermediate position