Color y Diseño
Generador de Animaciones CSS
Build keyframes visually, copy ready-to-paste CSS.
Nota del editor
Understanding · Keyframes, timing, and what runs on the GPU.
Este capítulo en profundidad está disponible solo en inglés por el momento. La herramienta de conversión de arriba funciona en tu idioma; el artículo explicativo extenso aún no se ha traducido.
Preguntas frecuentes
Quick answers.
›Does the generator use external libraries?
No. It outputs pure CSS keyframes and `animation` properties that work natively in all modern browsers without any dependencies.
›What is the difference between ease-in and ease-out?
The `ease-in` function starts the animation slowly and speeds up at the end, while `ease-out` starts quickly and decelerates at the end.
›Can I animate any CSS property?
The tool focuses on the most common animatable properties like `transform`, `opacity`, and `background-color`. These properties are generally more performant as they avoid triggering browser layout recalculations.
›How do I make an animation loop forever?
Set the `animation-iteration-count` property to `infinite`. This is a standard option in the duration and timing configuration panel.
La gente también busca
Herramientas relacionadas
More in this room.
- Generador de GradientesGradientes CSS lineales, radiales y cónicos.
- Generador de Sombras de CajaEditor visual de box-shadow CSS.
- Generador de Border RadiusEditor de border-radius CSS por esquina.
- Editor de Cubic BezierDiseña curvas de easing CSS visualmente.
- Generador de Filtros CSSPrevisualiza en vivo el desenfoque, brillo, rotación de tono y más.
- Generador de GlassmorphismTarjetas UI de "vidrio esmerilado" con backdrop-filter.