--- title: CSS Transitions slug: Web/CSS/CSS_Transitions tags: - CSS - CSS Transitions - NeedsTranslation - Overview - Reference - TopicStub translation_of: Web/CSS/CSS_Transitions ---
{{CSSRef}}

CSS Transitions is a module of CSS that lets you create gradual transitions between the values of specific CSS properties. The behavior of these transitions can be controlled by specifying their timing function, duration, and other attributes.

Reference

Properties

Guides

Using CSS transitions
Step-by-step tutorial about how to create transitions using CSS. This article describes each relevant CSS property and explains how they interact with each other.

Specifications

Specification Status Comment
{{SpecName('CSS3 Transitions')}} {{Spec2('CSS3 Transitions')}} Initial definition.

See also