Transition “hamburger” navicon on click to “X” navicon by adding .close to button

- Close 969
This commit is contained in:
Michael Rose
2017-04-21 20:00:14 -04:00
parent 24999441fc
commit e0099ffa5a
6 changed files with 7 additions and 3 deletions

View File

@ -56,6 +56,7 @@ $(document).ready(function(){
$btn.on('click', function() {
$hlinks.toggleClass('hidden');
$(this).toggleClass('close');
clearTimeout(timer);
});