transition-property property

3 out of 4 rated this helpful - Rate this topic

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.

CSS Transitions Module Level 3, Section 2.1

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 Toall elements, :before and :after pseudo elements
Mediavisual
Inheritedno
Initial Valueall

Standards information

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.