Gets or sets a value that identifies the Cascading Style Sheets (CSS) property name or names to which the transition effect (defined by the transition-duration, transition-timing-function, and transition-delay properties) is applied when a new property value is specified.
This property is read/write.
![]() |
Syntax
transition-property: none | all | [ propertyname ] [ , propertyname ] *
Property values
The CSS property name or names.
none-
No transition effect is applied (all transition properties are ignored) when a new property value is specified.
all-
Default. Each property that supports transitions has the transition effect applied when a new value for the property is specified.
- propertyname
-
A list of properties, separated by commas, to which the transition effect is applied.
CSS information
| Applies To | all elements, :before and :after pseudo elements |
|---|---|
| Media | visual |
| Inherited | no |
| Initial Value | all |
Standards information
- CSS Transitions Module Level 3, Section 2.1
Remarks
To learn more about CSS transitions in a Windows Store app using JavaScript, see How to bring your webpage to life with CSS transforms, transitions, and animations.
See also
- CSSStyleDeclaration
- currentStyle
- style
- a
- abbr
- b
- bdo
- br
- cite
- code
- em
- i
- img
- input
- kbd
- label
- q
- samp
- select
- small
- span
- strong
- sub
- sup
- textArea
- var
- address
- blockQuote
- div
- dl
- fieldSet
- form
- ol
- p
- pre
- table
- ul
- dd
- dt
- li
- tBody
- td
- tFoot
- th
- tHead
- tr
- button
- del
- ins
- map
- object
- script
Build date: 11/29/2012
