1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-20 01:09:35 +05:30

(feat): added share window opening animation and minnor icon styling fix

This commit is contained in:
2023-11-24 21:33:27 +05:30
parent 4809a012c4
commit 63e53fc773
4 changed files with 49 additions and 13 deletions

View File

@@ -306,7 +306,7 @@ function activate_share() {
windowWrapper.classList.add("flotingbar-window-wrapper-show");
shareBtn.classList.add("hidden");
shareCloseBtn.classList.remove("hidden");
shareWin.classList.remove("hidden");
shareWin.classList.add("floatingshare-window-show");
}
@@ -315,7 +315,7 @@ function close_share() {
windowWrapper.classList.add("hidden");
shareCloseBtn.classList.add("hidden");
shareBtn.classList.remove("hidden");
shareWin.classList.add("hidden");
shareWin.classList.remove("floatingshare-window-show");
}
shareBtn.addEventListener("click", function () {