Skip to content

Commit

Permalink
Added Widget Menu. Animations done.
Browse files Browse the repository at this point in the history
Hovering Effects are Working.
  • Loading branch information
anand-3399 committed Oct 8, 2022
1 parent 98f79df commit 1980b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Menu = document.getElementById("Menu")
startmenu = document.getElementsByClassName("startmenu")[0]

Menu.addEventListener("click", () => {
if (startmenu.style.bottom == "50px") {
startmenu.style.bottom = "-655px"
Expand Down

0 comments on commit 1980b05

Please sign in to comment.