Skip to content

Commit 6deb124

Browse files
committed
[css-backgrounds-4] Add note about interpolation
1 parent 7f3bbb5 commit 6deb124

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

css-backgrounds-4/Overview.bs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Painting Area: the 'background-clip' property</h3>
182182
<td>the computed color
183183
<tr>
184184
<th>Animatable:
185-
<td>as <a href="https://www.w3.org/TR/css3-transitions/#animtype-color">color</a>
185+
<td>See prose
186186
</table>
187187

188188
<table class="propdef">
@@ -221,6 +221,9 @@ Painting Area: the 'background-clip' property</h3>
221221
along the direction of the side the border is applied on (i.e. split horizontally on left and right borders and vertically on top and bottom borders),
222222
starting outwards.
223223

224+
<p>When interpolating between borders with the same number of colors, interpolation is performed individually per color band as <a href="https://www.w3.org/TR/css3-transitions/#animtype-color">color</a>.
225+
Interpolation between borders with different numbers of colors is discrete.
226+
224227
<p>'Border-color' is a shorthand for the
225228
four 'border-*-color' properties. The four values set the top, right,
226229
bottom and left border, respectively. A missing left is the same as

0 commit comments

Comments
 (0)