We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16cbc25 + 45834e7 commit a9ddc8bCopy full SHA for a9ddc8b
packages/uui-menu-item/lib/uui-menu-item.element.ts
@@ -617,6 +617,17 @@ export class UUIMenuItemElement extends SelectOnlyMixin(
617
--uui-button-height: calc(var(--uui-size-base-unit) * 4);
618
margin-right: var(--uui-size-base-unit);
619
}
620
+
621
+ @keyframes fadeIn {
622
+ 100% {
623
+ opacity: 1;
624
+ }
625
626
627
+ uui-loader-bar {
628
+ opacity: 0;
629
+ animation: fadeIn 120ms ease-in 60ms forwards;
630
631
`,
632
];
633
0 commit comments