Цвет и дизайн
Генератор CSS-анимаций
Build keyframes visually, copy ready-to-paste CSS.
Примечание редактора
Understanding · Keyframes, timing, and what runs on the GPU.
Эта углублённая глава пока доступна только на английском языке. Инструмент конвертации выше работает на вашем языке; развёрнутая статья ещё не переведена.
Часто задаваемые вопросы
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.
Люди также ищут
Связанные инструменты
More in this room.
- Генератор градиентовЛинейные, радиальные и конические градиенты CSS.
- Генератор Box ShadowВизуальный редактор CSS box-shadow.
- Генератор Border RadiusРедактор индивидуального border-radius CSS.
- Редактор Cubic BezierВизуально создавайте кривые сглаживания CSS.
- Генератор CSS-фильтровПредварительный просмотр размытия, яркости, поворота оттенка и многого другого.
- Генератор глассмортизмаUI-карточки с эффектом матового стекла и backdrop-filter.