--- title: CSS Transitions slug: Web/CSS/CSS_Transitions 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 given CSS properties. It allows to create them but also to define their evolution, using timing functions.

參考

屬性

指南

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

規範

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

瀏覽器相容性

{{CompatibilityTable}}

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support 1.0 {{property_prefix("-webkit")}}
26.0
{{CompatGeckoDesktop("2.0")}} {{property_prefix("-moz")}}
{{CompatGeckoDesktop("16.0")}}
10.0 11.6 {{property_prefix("-o")}}
12.10 #
3.0 {{property_prefix("-webkit")}}
6.1
Feature Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support 2.1 {{property_prefix("-webkit")}} {{CompatGeckoMobile("2.0")}} {{property_prefix("-moz")}}
{{CompatGeckoMobile("16.0")}}
{{CompatUnknown}} 10.0 {{property_prefix("-o")}}
12.10 #
3.2 {{property_prefix("-webkit")}}

參見