How can i turn off the animation effect on this accordion? so that when I click the sections it just opens instantly, rather than slow drop down?
www.immateriallabour.com/EBH-Pub
<script>
$(function() {
$( "#accordion" ).accordion({
collapsible: true
});
({ animate: false });
});
</script>