CSS Transitions

Экспериментальная возможность: Это экспериментальная технология
Так как спецификация этой технологии ещё не стабилизировалась, смотрите таблицу совместимости по поводу использования в различных браузерах. Также заметьте, что синтаксис и поведение экспериментальной технологии может измениться в будущих версиях браузеров, вслед за изменениями спецификации.

CSS Transitions is a module of CSS that defines how to create smooth transitions between values of a given CSS properties. It allows to create them, but also to define their evolution, using timing functions..

Reference

CSS Properties

Guides

Using CSS transitions (en-US)

Step-by-step tutorial about how to create smooth transitions using CSS, this article describes each relevant CSS properties explains how they interact.

Specifications

Specification Status Comment
CSS Transitions Рабочий черновик Initial definition.

See also

  • Related to CSS Transitions, CSS Animations can triggers animations independantly of value changes.