@@ -1035,7 +1035,10 @@ Global Syntax of the *-interpolate() family</h3>
1035
1035
&& <<easing-function>> ? && <<segment-options>> ?
1036
1036
] ,
1037
1037
<<input-position>> {1,2} : <<output-value>> ,
1038
- [ [ <<easing-function>> || <<segment-options>> ]? , <<input-position>> {1,2} : <<output-value>> ]#?
1038
+ [
1039
+ [ <<easing-function>> || <<segment-options>> ]? ,
1040
+ <<input-position>> {1,2} : <<output-value>>
1041
+ ]#?
1039
1042
)
1040
1043
</pre>
1041
1044
@@ -1273,7 +1276,7 @@ Interpolated Numeric and Dimensional Values: the ''calc-interpolate()'' notation
1273
1276
&& <<easing-function>> ?
1274
1277
] ,
1275
1278
<<input-position>> {1,2} : <<calc-sum>> ,
1276
- [ <<easing-function>> ? , <<input-position>> {1,2} : <<calc-sum>> ]# )
1279
+ [ <<easing-function>> ? , <<input-position>> {1,2} : <<calc-sum>> ]#? )
1277
1280
</pre>
1278
1281
1279
1282
The <<calc-sum>> arguments can resolve
@@ -1297,8 +1300,10 @@ Interpolated Color Values: the ''color-interpolate()'' notation</h3>
1297
1300
&& <<easing-function>> ? && <<color-interpolation-method>> ?
1298
1301
] ,
1299
1302
<<input-position>> {1,2} : <<color>> ,
1300
- [ [ <<easing-function>> || <<color-interpolation-method>> ],
1301
- <<input-position>> {1,2} : <<color>> ]# )
1303
+ [
1304
+ [ <<easing-function>> || <<color-interpolation-method>> ],
1305
+ <<input-position>> {1,2} : <<color>>
1306
+ ]#? )
1302
1307
</pre>
1303
1308
1304
1309
<h3 id="transform-interpolate">
@@ -1315,7 +1320,7 @@ Interpolated Transform Values: the ''transform-interpolate()'' notation</h3>
1315
1320
&& <<easing-function>> ?
1316
1321
],
1317
1322
<<input-position>> {1,2} : <<transform-list>> ,
1318
- [ <<easing-function>> ?, <<input-position>> {1,2} : <<transform-list>> ]# )
1323
+ [ <<easing-function>> ?, <<input-position>> {1,2} : <<transform-list>> ]#? )
1319
1324
</pre>
1320
1325
1321
1326
''transform-interpolate()'' is, itself, a <<transform-function>> .
@@ -1334,10 +1339,10 @@ Interpolated Property Values: the ''interpolate()'' notation</h3>
1334
1339
&& <<easing-function>> ?
1335
1340
] ,
1336
1341
<<input-position>> {1,2} : <<whole-value>> ,
1337
- [ <<easing-function>> ?, <<input-position>> {1,2} : <<whole-value>> ]# ) |
1338
- interpolate( <<progress-source>> && [ by <<easing-function>> ]?
1339
- && <<easing-function>> ?
1340
- of <<keyframes-name>> )
1342
+ [ <<easing-function>> ?, <<input-position>> {1,2} : <<whole-value>> ]#? )
1343
+ |
1344
+ interpolate( <<progress-source>> && [ by <<easing-function>> ] ?
1345
+ && <<easing-function>> ? of <<keyframes-name>> )
1341
1346
</pre>
1342
1347
1343
1348
The first syntax alternative, like other [=interpolation notations=] ,
0 commit comments