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:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user