I have a div and when I mouse over that particular div I have a SlideUP animation and on MouseOut i have a slideDown. When I mouseover and mouseout I want the SlideUp to happen completely and then mouseout event should be called.
I am using JavaScriptMVC architecture. Help me solve this.