Skip to content
🔧

Generador de Animación CSS

Generadores y Diseño · Herramienta online gratuita

Editar visualmente keyframes y generar @keyframes.

Equipo EZ4Code

Características

2s
0s

Fotogramas clave

Desde

Hasta

@keyframes pulse {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.15);
    opacity: 0.6;
  }
}

.animated {
  animation: pulse 2s ease-in-out 0s infinite alternate;
}

Editor de keyframes

Ajusta los valores from/to de scale y opacity con sliders.

Todas las propiedades

Duración, retardo, timing, iteraciones y dirección cubiertos.

Vista previa en tiempo real

Ve la animación reproducirse inmediatamente mientras la ajustas.

Cómo usar Generador de Animación CSS

  1. 1Configure the generator settings (colors, size, format, etc.).
  2. 2Enter any required input text or data.
  3. 3Click generate to create the output.
  4. 4Download or copy the generated result.

Características

  • ✓100% gratis — sin registro, sin suscripción, sin anuncios
  • ✓Funciona íntegramente en tu navegador — los datos nunca salen de tu dispositivo
  • ✓Rápida y ligera — resultados instantáneos
  • ✓Multiplataforma — funciona en escritorio, tableta y móvil

Preguntas frecuentes

Can I use the generated content commercially?

Yes, all generated content (QR codes, gradients, colors) is free for personal and commercial use.

What output formats are available?

QR codes can be downloaded as PNG or SVG. Gradients generate CSS code. Colors output in HEX, RGB, and HSL.

Can I customize colors and size?

Yes. Every generator exposes its own controls — foreground/background colors, dimensions, and error-correction level for QR codes.

Do the generated QR codes expire?

No. The QR code encodes your data directly into the image, so it keeps working indefinitely and does not depend on any redirect service.

Herramientas relacionadas