--- title: CSS Transitions slug: Web/CSS/CSS_Transitions tags: - CSS - CSS Transitions - Experimental - NeedsTranslation - Overview - Reference - TopicStub translation_of: Web/CSS/CSS_Transitions ---

{{CSSRef}}{{SeeCompatTable}}

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
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
{{ SpecName('CSS3 Transitions') }} {{ Spec2('CSS3 Transitions') }} Initial definition.

See also