I am using jQuery and put this code in my javascript:
function HideMe(itemID) { var myDiv = \'item_\' + itemID; $(myDiv).fadeOut(\"slow\"); }
It happened to me because of slim version of Jquery library. Full version of Jquery library includes animation.
Jquery CDN available at https://code.jquery.com/