Skip to content

Commit c5a7edb

Browse files
committed
[css-images-4][editorial] Wording/link fixes
1 parent 9603531 commit c5a7edb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

css-images-4/Overview.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2401,19 +2401,19 @@ Interpolating <<gradient>> {#interpolating-gradients}
24012401
Then, for each pair of color-stops,
24022402
interpolate the position and color independently.
24032403

2404-
Interpolating <<1d-image>> {#interpolating-1d-images}
2404+
Interpolating ''stripes()'' {#interpolating-stripes}
24052405
-----------------------------------------------------
24062406

2407-
Similar to <a lt="interpolating-gradients">gradient images</a>,
2408-
one-dimensional images can be interpolated directly in CSS transitions and animations,
2409-
smoothly animating from one image to another.
2410-
There are only a few restrictions on what images are allowed to be interpolated:
2407+
Similar to gradients,
2408+
two ''stripes()'' can be interpolated,
2409+
allowing for smooth animations from one image to another.
2410+
There are only a few restrictions on what ''stripes()'' are allowed to be interpolated:
24112411

24122412
1. Both the starting and ending image must have the same number of <<color-stripe>>s.
24132413

24142414
2. Neither image uses a combination of <<length>>, <<percentage>>, and <<flex>> stripes.
24152415

2416-
If the two image satisfy both constraints,
2416+
If the two images satisfy both constraints,
24172417
they must be interpolated as described below.
24182418
If they fail the second one only,
24192419
they must be abruptly transitioned at 50%

0 commit comments

Comments
 (0)