mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2025-09-17 02:43:28 +01:00
Add menu animation and drop down menu
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
$(document).ready(function () {
|
||||
$('.ham-button').on('click', function () {
|
||||
$('.ham').toggleClass('open');
|
||||
$('#menu').on('click', function () {
|
||||
$('#menu').toggleClass('tham-active');
|
||||
$('#menu-items').slideToggle(300);
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user