asp.net.ph

Skip Navigation LinksHome > Abakada: Back to Basics > Language References > CSS Properties > Transition Properties

CSS Transition Properties


CSS transitions allow property changes in CSS values to occur smoothly over a specified duration. This section describes the specific transition properties currently supported.

PropertyDescription
transitionA shorthand notation for setting the five transition property values in a single declaration.
transition-behaviorSpecifies whether transitions will be started for properties whose animation behavior is discrete.
transition-delaySpecifies when the transition will start, or the wait time before the transition actually begins.
transition-durationSpecifies how long the transition will last, or the duration over which the transition should occur.
transition-propertySpecifies one or more CSS property names to which the transition is to be applied.
transition-timing-functionSpecifies how intermediate values are calculated for CSS properties being affected by the transition effect.

This section assumes you already have some familiarity with the basics of CSS transitions. If not, I suggest starting with a brief overview on Understanding and Using CSS Transitions.

External references: CSS Transitions   CSS Transitions Level 2.

See Also

CSS Animation Properties, CSS Filter Functions, CSS Transform Functions



Check out related books at Amazon

© 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