@@ -72,12 +72,29 @@ spec:web-animations-1; type:dfn;
72
72
73
73
## The 'transition-property' Property ## {#transition-name-property}
74
74
75
+ ISSUE: Insert text from [[css-transitions-1#transition-property-property]]
76
+ and backport the following paragraph.
77
+
75
78
Although the 'transition-property' may specify shorthand properties and the
76
79
''all'' keyword, individual transitions are generated for each longhand
77
80
sub-property that is animatable. The <dfn>expanded transition property
78
81
name</dfn> of a transition is the name of the longhand sub-property for which
79
82
the transition was generated (e.g. 'border-left-width' ).
80
83
84
+ ISSUE: Update the defining instance of [=transitionable=]
85
+ once it is ported from Level 1.
86
+
87
+ In CSS Transitions Level 2,
88
+ property values are [=transitionable=]
89
+ <em> unless</em> they have an [=animation type=] that is [=not animatable=] ,
90
+ i.e. [=discrete=] values <em> are</em> [=transitionable=] ,
91
+ and flip at 50% progress.
92
+ However, because authors will rarely want [=discrete=] values to transition at 50%
93
+ (and for compatibility with CSS Transitions Level 1)
94
+ the ''transition-property/all'' keyword
95
+ expands only to all [=transitionable=] properties
96
+ whose [=animation type=] is not [=discrete=] .
97
+
81
98
## The 'transition-duration' Property ## {#transition-duration-property}
82
99
83
100
The 'transition-duration' property specifies the [=iteration duration=]
0 commit comments