I've made two hover effects with both jquery and css code here :
there is a difference between jquery hover and css hover. for jquery hover, if you move the mouse over the box for a very short moment and leave the box quickly, it will run mouse enter and mouse leave animation both and will finish them , while the mouse was not over the box after mouse-enter-animation ending...
but for css hover, if you hover the box, the hover effect will run the mouse-leave-animation if only you keep the mouse over the box until the mouse-over-animation ending/ is finished !!!
how can I make jquery hover like css hover ?! I don't wanna have the whole animation completely ran when I move my mouse over the box just for a melee second !