Skip to content

Commit a7856ae

Browse files
committed
[web-animations-1] If discretely-animating components match in value, don't fall back to discrete on the whole property.
1 parent 23610b0 commit a7856ae

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

web-animations-1/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3024,7 +3024,8 @@ in each property's property definition table:
30243024
(see [[css-values-4#combining-values]]).
30253025
If the number of components or the types of corresponding components
30263026
do not match,
3027-
or if any component value uses [=discrete=] animation,
3027+
or if any component value uses [=discrete=] animation
3028+
and the two corresponding values do not match,
30283029
then the property values combine as [=discrete=].
30293030

30303031
<dt><dfn>repeatable list</dfn>

0 commit comments

Comments
 (0)