Farbe & Design
CSS Animationsgenerator
Build keyframes visually, copy ready-to-paste CSS.
@keyframes ac-fade {
from { opacity: 0; }
to { opacity: 1; }
}
.ac-fade {
animation: ac-fade 800ms ease-out 0ms 1 both;
}Anmerkung der Redaktion
Understanding · Keyframes, timing, and what runs on the GPU.
Dieses ausführliche Kapitel ist derzeit nur auf Englisch verfügbar. Das Konvertierungstool oben funktioniert in Ihrer Sprache; der lange Erklärtext wurde noch nicht übersetzt.
Häufig gestellte Fragen
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.
Andere suchten auch nach
Verwandte Tools
More in this room.
- Farbverlauf-GeneratorLineare, radiale und konische CSS-Farbverläufe.
- Box-Shadow-GeneratorVisueller CSS-Box-Shadow-Editor.
- Border-Radius-GeneratorEckenspezifischer CSS-Border-Radius-Editor.
- Cubic-Bezier-EditorVisuelles Design von CSS-Easing-Kurven.
- CSS Filter GeneratorLive-Vorschau von Unschärfe, Helligkeit, Farbtondrehung und mehr.
- Glassmorphismus-GeneratorMattglas-UI-Karten mit Backdrop-Filter.