Looks nice but rolilng your mouse over it quickly keeps it animating even when the mouse isn't over the elements.Quick way to fix this (I'm sure you know) is to create timers on the roll over and kill them on mouse out. This method is used on a bunch of JS libraries to stop the constant jumping around when moving your mouse a lot.Pop it in a jquery plugin too
EnkPicNvZozArlis February 23, 2012 at 7:57 AM
Looks nice but rolilng your mouse over it quickly keeps it animating even when the mouse isn't over the elements.Quick way to fix this (I'm sure you know) is to create timers on the roll over and kill them on mouse out. This method is used on a bunch of JS libraries to stop the constant jumping around when moving your mouse a lot.Pop it in a jquery plugin too
Post your Comment