Transition “hamburger” navicon on click to “X” navicon by adding .close
to button
- Close 969
This commit is contained in:
@ -56,6 +56,7 @@ $(document).ready(function(){
|
||||
|
||||
$btn.on('click', function() {
|
||||
$hlinks.toggleClass('hidden');
|
||||
$(this).toggleClass('close');
|
||||
clearTimeout(timer);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user