asp.net.ph

Skip Navigation Links

CSS Transition Properties

Abakada ~ Back to Basics   CSS Attributes


CSS transitions allow authors to create gradual transitions between values of specific CSS properties. This section describes the specific transition attributes currently supported.

Transition Function
transition A shorthand notation for setting the five transition property values in one composite declaration
transition-behavior Specifies whether transitions will be started for properties whose animation behavior is discrete.
transition-delay Specifies when the transition will start, or the wait time before the transition actually begins.
transition-duration Specifies how long the transition will last, or the duration over which the transition should occur.
transition-property Specifies one or more CSS property names to which the transition is to be applied.
transition-timing-function Specifies how intermediate values are calculated for CSS properties being affected by the transition effect.
See Also

Understanding and Using CSS Transitions, CSS Animation Properties, CSS Filter Functions, CSS Transform Functions



© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note