Cor e Design
Gerador de Animação CSS
Build keyframes visually, copy ready-to-paste CSS.
Nota do editor
Understanding · Keyframes, timing, and what runs on the GPU.
Este capítulo aprofundado está disponível apenas em inglês no momento. A ferramenta de conversão acima funciona no seu idioma; o artigo explicativo longo ainda não foi traduzido.
Perguntas frequentes
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.
As pessoas também pesquisam por
Ferramentas relacionadas
More in this room.
- Gerador de GradientesGradientes CSS lineares, radiais e cónicos.
- Gerador de Box ShadowEditor visual de box-shadow CSS.
- Gerador de Border RadiusEditor de border-radius CSS por canto.
- Editor de Cubic BezierCrie curvas de easing CSS visualmente.
- Gerador de Filtro CSSPré-visualize ao vivo desfoque, brilho, rotação de matiz e mais.
- Gerador de GlassmorphismCartões de UI com efeito de vidro fosco com backdrop-filter.