canmove, Confirmed users, Bureaucrats and Sysops emeriti
2,798
edits
MarkFinkle (talk | contribs) No edit summary |
MarkFinkle (talk | contribs) |
||
| Line 15: | Line 15: | ||
** Only animate a subset of the elements in each update loop. | ** Only animate a subset of the elements in each update loop. | ||
** Experiment with the update interval length to get the smoothest animation. | ** Experiment with the update interval length to get the smoothest animation. | ||
** Reduce animation loops to use a single timer, instead of a separate timer for each loop. | ** Reduce animation loops to use a single timer, instead of a separate timer for each loop. [http://www.schillmania.com/content/projects/javascript-animation-2/ 1] | ||