Keyframe Flags | ||
---|---|---|
Hex | Dec | Purpose |
default | Animation loops when finished. | |
0x1 | 1 | Animation pauses on its first frame. |
0x2 | 2 | Animation does not loop. |
0x4 | 4 | Animation pauses on its last frame. |
0x8 | 8 | Animation will restart if already playing. |
0x10 | 16 | External animation will finish in the time given when stopped. |
0x20 | 32 | Animation will end smoothly. |