mirror of
https://github.com/neosubhamoy/neosubhamoy-portfolio.git
synced 2025-12-19 23:59:35 +05:30
(feat): implemented basic floating-bar in home page
This commit is contained in:
@@ -78,3 +78,12 @@ background: #38BDF8;
|
||||
fill: red;
|
||||
} */
|
||||
|
||||
.floatingbar-slide-down {
|
||||
transform: translateY(20vh);
|
||||
transition: transform 0.5s ease-in-out;
|
||||
}
|
||||
|
||||
.floatingbar-slide-up {
|
||||
transform: translateY(-10%);
|
||||
transition: transform 0.5s ease-in-out;
|
||||
}
|
||||
Reference in New Issue
Block a user