Soft reject please help

i recive a soft rejection with these

Rejection Details

Reason:

  1. Too many animations in unnecessary places can be damaging. Try and avoid animations, or at least give them serious consideration in the following situations: When an action needs to be repeated very frequently by the user. Where the devices known to use the system are likely to be incapable of displaying the animation adequately (Mobile devices). On time-sensitive actions or processes. Please consider the above factors and reduce the animations of your web site.

  2. PROPER EVENT BINDING: Consider using the preferred .on() method rather than .click(), .bind(), .hover(), etc. For best performance and concise code use event delegation whenever possible: http://code.tutsplus.com/tutorials/quick-tip-javascript-event-delegation-in-4-minutes--net-8961

please help me

Demo

nobody can help me ?

The feedback is pretty clear. Remove those silly animations, it is not 2012 anymore and use .on( ‘click’, function(){… instead of .click(function(){…