mirror of
https://github.com/neosubhamoy/neosubhamoy-portfolio.git
synced 2025-12-20 02:19:34 +05:30
(feat): implemented basic mobile floating bottom navbar and share button
This commit is contained in:
@@ -124,6 +124,16 @@ background: #38BDF8;
|
||||
transition: transform 0.5s ease-in-out;
|
||||
}
|
||||
|
||||
.floatingshare-slide-up {
|
||||
transform: translateY(-15vh);
|
||||
transition: transform 0.5s ease-in-out;
|
||||
}
|
||||
|
||||
.floatingshare-slide-down {
|
||||
transform: translateY(15vh);
|
||||
transition: transform 0.5s ease-in-out;
|
||||
}
|
||||
|
||||
.floatingbar-click-slide-up {
|
||||
transform: translateY(-70vh);
|
||||
transition: transform 0.5s ease-in-out;
|
||||
|
||||
Reference in New Issue
Block a user