Просмотр исходного кода

Add commented out CSS code for "material-symbols-outlined" spinner

Tatsuya Ise 2 лет назад
Родитель
Сommit
b6f452e8f8
1 измененных файлов с 11 добавлено и 0 удалено
  1. 11 0
      apps/app/src/components/LoadingSpinner.module.scss

+ 11 - 0
apps/app/src/components/LoadingSpinner.module.scss

@@ -1,3 +1,14 @@
+// .spinner {
+//   animation: animation-rotate 750ms infinite linear;
+// }
+
+// @keyframes animation-rotate {
+//   100% {
+//     transform: rotate(360deg);
+//     transform: rotate(360deg);
+//   }
+// }
+
 /** refs: https://loading.io/css/ */
 .lds-dual-ring {
   display: inline-block;