About 10,900 results
Open links in new tab
  1. CSS transition-property Property - W3Schools.com

    Definition and Usage The transition-property property specifies the name of the CSS property the transition effect is for (the transition effect will start when the specified CSS property changes). Tip: A …

  2. transition-property - CSS | MDN

    Dec 5, 2025 · The transition-property CSS property sets the CSS properties to which a transition effect should be applied.

  3. transition - CSS-Tricks

    Sep 6, 2011 · The transition property is a shorthand property used to represent up to four transition-related longhand properties: transition properties allow elements to change values over a specified …

  4. Transitions - web.dev

    Jun 10, 2025 · To use transitions in CSS, you can use the various transition properties or the transition shorthand property. The transition-property property specifies which style (s) to transition. The …

  5. CSS transition-property Property - CSS Portal

    Jan 1, 2026 · Learn about the transition-property CSS Property. View description, syntax, values, examples and browser support for the transition-property CSS Property.

  6. CSS transition Property - GeeksforGeeks

    Jul 11, 2025 · The transition-property CSS property sets which CSS properties will have a transition effect, enabling smooth animations for specified properties when they change, without altering the …

  7. CSS Transitions - W3Schools

    The CSS transition Property To create a transition effect, you must specify the CSS property you want to add a transition to, and the duration of the transition.

  8. transition - CSS - MDN

    Dec 16, 2025 · The transition CSS property is a shorthand property for transition-property, transition-duration, transition-timing-function, transition-delay, and transition-behavior. Transitions enable you …

  9. transition-property - CSS-Tricks

    Jul 19, 2013 · The transition-property property, normally used as part of transition shorthand, is used to define what property, or properties, you want to apply a transition effect to.

  10. CSS Transitions (With Examples) - Programiz

    CSS transition includes the following properties: Let's look at each of these properties in detail. The transition-property specifies the CSS properties to which a transition should be applied. The syntax …