Skip to content

Commit

Permalink
Update userChrome.css
Browse files Browse the repository at this point in the history
  • Loading branch information
datguypiko authored Nov 26, 2024
1 parent ca468e2 commit 02f4de8
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -2036,22 +2036,3 @@ mask-composite: intersect;
}
}

/* Menu panels open animation */
panel[type="arrow"][animate][animate="open"] {
animation: mod-panel-animation 0.2s ease-in-out;
}

@keyframes mod-panel-animation {
0% {
transform: scale3d(0.8, 0.8, 0.8);
}

60% {
transform: scale3d(1.02, 1.02, 1.02);
}

to {
opacity: 1;
transform: scale3d(1, 1, 1);
}
}

0 comments on commit 02f4de8

Please sign in to comment.