---
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.
參考
屬性
- {{cssxref("transition")}}
- {{cssxref("transition-delay")}}
- {{cssxref("transition-duration")}}
- {{cssxref("transition-property")}}
- {{cssxref("transition-timing-function")}}
指南
- 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 |
參見
- Related to CSS Transitions, CSS Animations can trigger animations independently of value changes.