0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-21 06:02:32 -05:00

♻️ Update animation css

This commit is contained in:
Eva Marco 2024-03-05 17:11:46 +01:00
parent 1c38883ddd
commit 74297ab8e4
2 changed files with 5 additions and 3 deletions

View file

@ -1475,7 +1475,7 @@
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
@-webkit-keyframes :global(fadeInUp) {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
@ -1489,7 +1489,7 @@
}
}
@keyframes fadeInUp {
@keyframes :global(fadeInUp) {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);

View file

@ -355,7 +355,9 @@
left: $s-16;
bottom: $s-72;
min-width: $s-252;
// TODO ADD animation fadeInUp
:global {
animation: fadeInUp 0.2s;
}
}
.profile-dropdown-item {