I am aware that you can disable the collapse animation completely as is described in the accepted answer to this question.
But is there any way that I can disable the animation for a .collapse('show')
or .collapse('hide')
call as a one off? I would really like to be able to do something like this:
.collapse({'show',
animation : false
});
But this option doesn't seem to exist.
Is this possible?