Mouse Trails
Richard A. DeVenezia, August 2003
Modify the JavaScript to handle the situation of 'fast mousing.' If the mouse moves to quickly, then the event handlers will fire on cells that are not adjacent. If that is the case, use linear interpolation to start the fade effect for the cells between the current cell and prior cell.