Guest User

Untitled

a guest
Dec 15th, 2018
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <script type="text/javascript">
  2. jQuery(document).ready(function($){
  3. $('.navbar-collapse').addClass('animated fadeOutLeft');
  4. $('.navbar-toggler').click(function(){
  5. $('.navbar-collapse').toggleClass('fadeInLeft fadeOutLeft');
  6. });
  7.  
  8. });
  9. </script>
Add Comment
Please, Sign In to add comment