Idioma
Volver

Diseño y Recursos

Skeleton Loader CSS Generador

Generar skeleton loading CSS snippet.

Entrada

Skeleton Loader CSS Generador

skeleton loadercssloadingui
Salida

Skeleton Loader CSS Generator

.skeleton {
  border-radius: 12px;
  background: linear-gradient(90deg, #f8fafc 20%, #e2e8f0 50%, #f8fafc 80%);
  background-size: 300% 100%;
  animation: shimmer 0.8999999999999999s infinite;
}

@keyframes shimmer {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}

Herramientas relacionadas

Cookie preferences

We use cookies for essential site features and, with your permission, analytics and advertising.