I have some experimental script, that makes animation of ul list element background-position, when list element is hovered. Is there another way to manage this task ? or just optimize this code ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
As the basic optimization code, I could only reposition the jQuery statement where the " Hope it helps. |
|||
|
|
|
Change the background to a gif when hovered. Best preformance you will get. |
|||
|
|
|
The best way to optimize a 40 millisecond timer interval is to not call expensive jQuery functions within it. Store the call to
Try it: http://jsfiddle.net/nDgSE/4/ |
||||
|
|