⏳ Generador CSS de Spinner y Animación de Carga
Generate CSS loading spinners and animated loaders. 6 types: spinner, dots, bars, ring, pulse, bounce. Customize color, size, speed. Copy CSS + HTML free.
Choose from 6 CSS animation types — spinner, dots, bars, ring, pulse, and bounce. Adjust color, size, and speed, then copy the CSS and HTML code ready to paste into any project. No images, no JavaScript — pure CSS animations.
How to Use
Choose a loader type
Click one of the 6 type buttons: Spinner, Dots, Bars, Ring, Pulse, or Bounce.
Customize appearance
Set the color using the color picker, adjust size with the slider, and set animation speed.
Copy the code
Click Copy Code to copy both the CSS and HTML markup. Paste into your project.
Frequently Asked Questions
Guía: Generador de Spinners CSS
¿Qué es?
Los spinners CSS informan al usuario que una operación está en progreso. Son puro CSS — sin imágenes, escalables y coloreables con una variable. Usan @keyframes con animation y transform.
Cómo usar
- Elige el tipo: circular, puntos, barra, pulso.
- Ajusta color, tamaño y velocidad.
- Copia el HTML y CSS generados.
Consejos
- Añade
role="status"y texto oculto para accesibilidad. - Para botones de carga, muestra spinner pequeño en lugar de deshabilitar el botón.
linearpara velocidad constante,ease-in-outpara movimiento más orgánico.