Trasition doesn't work with addClass and RemoveClass-Twitter bootstrap
I would like when scrolling container, my menu change her heigth, width and hide her title, I have got it but don't work the transition that I added. html: $(window).on('load', function() { $("#container-wrapper").scroll(function() { if ($('#container-wrapper').scrollTop() > 25) { $('#list-menu').addClass('down');…