(function($) { $(document).on('click', 'a[href^="#"]', function(e) { var id = $(this).attr('href'); var $id = $(id); if ($id.length === 0) { return; } e.preventDefault(); var pos = $id.offset().top; $('body, html').animate({scrollTop: pos},800); $( "body.open-menu #overlay-menu .menu-icon" ).trigger( "click" ); }); })(jQuery);

Subscribe to
The Design Kids!

Join over 12,000 subscribers. Inspiration from creatives around the world. Career and folio-building tips. Tons of awesome design resources and tools. Industry interviews, and free access to our online community.