Webkit CSS animations for jQuery

Proof of concept

With

Try clicking on the boxes. This calls CSS animation in Webkit and consequently performs better

Without (equivalent to above in non webkit browsers)

This uses normal javascript animation.

Implementation

Uses the following function:

      
      

Notes