Генератор CSS-переходов

Генерация CSS-переходов с функциями времени

Обработка в браузереВаши данные не покидают браузер

Transition Properties

Property 1
Property
Duration
Timing
Delay

Custom Cubic Bezier

Preview (Hover to animate)

Hover State Changes

Scale
Rotate
Opacity
Background

CSS

.element {
  transition: all 0.3s ease 0s;
}

.element:hover {
  transform: scale(1.1) rotate(0deg);
  opacity: 1;
  background-color: #3b82f6;
}

Quick Presets

About Генератор CSS-переходов

Генерация CSS-переходов с функциями времени

Use this free online css-генераторы tool to work faster without installing extra software. The interface is built for quick input, clear output, and straightforward results on desktop and mobile devices.

Processing

This tool runs in your browser whenever possible, which keeps your inputs private and reduces unnecessary round-trips to the server.