1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-19 21:43:06 +05:30

(feat): changed share window animation with simple slide up

This commit is contained in:
2023-11-27 20:55:07 +05:30
parent d950280ef7
commit cf0de4f37e
2 changed files with 10 additions and 14 deletions

View File

@@ -203,13 +203,11 @@ background: #38BDF8;
@keyframes shareWindowShow {
from {
width: 25vw;
height: 30vh;
bottom: -100vh;
opacity: 0;
}
to {
width: 50vw;
height: 60vh;
bottom: 20vh;
opacity: 1;
}
}
@@ -231,14 +229,12 @@ background: #38BDF8;
@keyframes shareWindowShow {
from {
width: 25vw;
height: 30vh;
opacity: 0;
}
to {
width: 90vw;
height: 45vh;
opacity: 1;
}
bottom: -100vh;
opacity: 0;
}
to {
bottom: 20vh;
opacity: 1;
}
}
}