mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 14:12:36 -05:00
♻️ Update animation css
This commit is contained in:
parent
1c38883ddd
commit
74297ab8e4
2 changed files with 5 additions and 3 deletions
|
@ -1475,7 +1475,7 @@
|
||||||
animation-name: fadeInRightBig;
|
animation-name: fadeInRightBig;
|
||||||
}
|
}
|
||||||
|
|
||||||
@-webkit-keyframes fadeInUp {
|
@-webkit-keyframes :global(fadeInUp) {
|
||||||
0% {
|
0% {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
-webkit-transform: translate3d(0, 100%, 0);
|
-webkit-transform: translate3d(0, 100%, 0);
|
||||||
|
@ -1489,7 +1489,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes fadeInUp {
|
@keyframes :global(fadeInUp) {
|
||||||
0% {
|
0% {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
-webkit-transform: translate3d(0, 100%, 0);
|
-webkit-transform: translate3d(0, 100%, 0);
|
||||||
|
|
|
@ -355,7 +355,9 @@
|
||||||
left: $s-16;
|
left: $s-16;
|
||||||
bottom: $s-72;
|
bottom: $s-72;
|
||||||
min-width: $s-252;
|
min-width: $s-252;
|
||||||
// TODO ADD animation fadeInUp
|
:global {
|
||||||
|
animation: fadeInUp 0.2s;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile-dropdown-item {
|
.profile-dropdown-item {
|
||||||
|
|
Loading…
Add table
Reference in a new issue