Response title
This is preview!
I thought I'd post here as velocity is based on jquery
Never use jQuery's $.animate() and $.fade() functions. They slow everything else down, including other animation libraries.
Always use Velocity's built-in solutions instead of rolling your own (or relying on jQuery): looping, reversing, delaying, hiding/showing elements, property math (+, -, *, /), and hardware acceleration can all be done within Velocity. Refer to the documentation below.
The performance warning was about using $.animate()Would it be better to include it before Jquery and use it as Velocity(..) instead of $('.item').velocity(..)
© 2013 jQuery Foundation
Sponsored by and others.