Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save melaniemuellerdesign/d0fcfbb556e882bfcd01cdf20100acc4 to your computer and use it in GitHub Desktop.

Select an option

Save melaniemuellerdesign/d0fcfbb556e882bfcd01cdf20100acc4 to your computer and use it in GitHub Desktop.
SimpleBootstrapMobileMenuNavigation
<script type="text/javascript">
jQuery(document).ready(function($){
$('.navbar-collapse').addClass('animated fadeOutLeft');
$('.navbar-toggler').click(function(){
$('.navbar-collapse').toggleClass('fadeInLeft fadeOutLeft');
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment