| 1 | 0 | line data set to ([0,0], [0,0]) | Draw initial frame | Line at points (0,0) to (0,0) |
| 2 | 1 | line data set to ([0,1], [0,1]) | Update and redraw | Line at points (0,0) to (1,1) |
| 3 | 2 | line data set to ([0,2], [0,4]) | Update and redraw | Line at points (0,0) to (2,4) |
| 4 | 3 | line data set to ([0,3], [0,9]) | Update and redraw | Line at points (0,0) to (3,9) |
| 5 | 4 | line data set to ([0,4], [0,16]) | Update and redraw | Line at points (0,0) to (4,16) |
| 6 | 5 | line data set to ([0,5], [0,25]) | Update and redraw | Line at points (0,0) to (5,25) |
| 7 | 6 | line data set to ([0,6], [0,36]) | Update and redraw | Line at points (0,0) to (6,36) |
| 8 | 7 | line data set to ([0,7], [0,49]) | Update and redraw | Line at points (0,0) to (7,49) |
| 9 | 8 | line data set to ([0,8], [0,64]) | Update and redraw | Line at points (0,0) to (8,64) |
| 10 | 9 | line data set to ([0,9], [0,81]) | Update and redraw | Line at points (0,0) to (9,81) |
| 11 | 10 | line data set to ([0,10], [0,100]) | Update and redraw | Line at points (0,0) to (10,100) |
| 12 | 11 | Animation ends | Stop animation | Final frame shown |