You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -221,6 +221,9 @@ Painting Area: the 'background-clip' property</h3>
221
221
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),
222
222
starting outwards.
223
223
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
+
224
227
<p>'Border-color' is a shorthand for the
225
228
four 'border-*-color' properties. The four values set the top, right,
226
229
bottom and left border, respectively. A missing left is the same as
0 commit comments