Dispose to
Background
|
Dispose to
Previous
|
The first and forth frame have transparency OFF and NO disposal. Frames 2,3 and 5 have white as transparent, and use method 6or 7disposal. Same in each example.
Method 6 (BACKGROUND)
Frame 1 shows (no disposal)
Frame 2 shows over Frame 1
Frame 2 now disposes of both
Frame 3 is shown & disposes
Frame 4 shows (no disposal)
Frame 5 shows over Frame 4
Frame 5 disposes of both
Frame 6 shows & disposes
Method 7 (PREVIOUS)
Frame 1 shows (no disposal)
Frame 2 shows over Frame 1
Frame 2 now disposes (but leaves Frame 1)
Frame 3 shows over Frame 1
Frame 3 disposes (but leaves Frame 1)
Frame 4 covers Frame 1 (no disposal)
Frame 5 shows over Frame 4
Frame 5 disposes (but leaves Frame 4)
Frame 6 shows over Frame 4
Frame 6 disposes (but leaves Frame 4)
Frame 1 covers Frame 4
begin again...
|
All frames follow a set event sequence:
1.) they appear
2.) stay set duration
3.) then are disposed
Disposal methods provide a difference in the animation when they are varied within a sequence.
Dispoal may effect more than just the one cell being disposed depending on the method.
|
Fundamentally,
Dispose to Background removes the current frame and all Frames below (earlier in sequence) regardless of previous methods.
Disposal to Previous removes the current frame, and any frames below (earlier in sequence) which were not set to a No Disposal method.
|