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.
1 parent 13fd470 commit 5a1fea7Copy full SHA for 5a1fea7
packages/uui-button/lib/uui-button.element.ts
@@ -348,6 +348,26 @@ export class UUIButtonElement extends UUIFormControlMixin(
348
a:not([href]):active {
349
animation: ${UUIHorizontalShakeAnimationValue};
350
}
351
+
352
+ /* ANIMATIONS */
353
+ @keyframes fadeIn {
354
+ 0% {
355
+ opacity: 0;
356
+ }
357
+ 100% {
358
+ opacity: 1;
359
360
361
362
+ @keyframes fadeOut {
363
364
365
366
367
368
369
370
371
#icon-check,
372
#icon-wrong {
373
display: grid;
0 commit comments