Difference between revisions of "Animation Life Cycle"

From Second Life Wiki
Jump to navigation Jump to search
Line 19: Line 19:
Ease In and Ease Out could be set to 0, eliminating those phases.
Ease In and Ease Out could be set to 0, eliminating those phases.


If a looped animation has no frames before Loop In, the Intro phase is eliminated.  If a looped animation has no frames after Loop Out, the Outro phase is eliminated.
If a looped animation has no frames before Loop In, the Intro phase is eliminated.  If it has no frames after Loop Out, the Outro phase is eliminated.


== See Also ==
== See Also ==

Revision as of 09:39, 4 March 2011

A animation's life cycle occurs in several phases.

Linear Animations:

  1. Ease In
  2. Animation Frames
  3. Ease Out

Looped Animations:

  1. Ease In
  2. Intro (animation frames before Loop In)
  3. Loop Body (animation frames from Loop In to Loop Out, inclusive)
  4. Outro (animation frames after Loop Out)
  5. Ease Out

Ease In and Ease Out could be set to 0, eliminating those phases.

If a looped animation has no frames before Loop In, the Intro phase is eliminated. If it has no frames after Loop Out, the Outro phase is eliminated.

See Also