File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ A <a>cubic Bézier easing function</a> has the following syntax
172
172
173
173
The meaning of each value is as follows:
174
174
175
- <dl dfn-type="value" dfn-for="cubic-bezier-easing-function, <cubic-bezier-easing-function> ">
175
+ <dl dfn-type="value" dfn-for="<cubic-bezier-easing-function> ">
176
176
177
177
: <dfn>ease</dfn>
178
178
:: Equivalent to ''cubic-bezier(0.25, 0.1, 0.25, 1)'' .
@@ -259,7 +259,7 @@ It has following syntax:
259
259
260
260
The meaning of each value is as follows:
261
261
262
- <dl dfn-type=value dfn-for="step-easing-function, <step-easing-function> ">
262
+ <dl dfn-type=value dfn-for="<step-easing-function> ">
263
263
264
264
: <dfn>step-start</dfn>
265
265
:: Computes to ''steps(1, start)''
@@ -283,7 +283,7 @@ The meaning of each value is as follows:
283
283
The second parameter, which is optional, specifies the [=step position=]
284
284
using one of the following values:
285
285
286
- <dl dfn-type=value dfn-for="step-position, <step-position> ">
286
+ <dl dfn-type=value dfn-for="<step-position> ">
287
287
288
288
: <dfn value for="steps()">jump-start</dfn>
289
289
:: The first rise occurs at [=input progress value=] of 0.
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ A <a>cubic Bézier easing function</a> has the following syntax
169
169
170
170
The meaning of each value is as follows:
171
171
172
- <dl dfn-type="value" dfn-for="cubic-bezier-easing-function, <cubic-bezier-easing-function> ">
172
+ <dl dfn-type="value" dfn-for="<cubic-bezier-easing-function> ">
173
173
174
174
: <dfn>ease</dfn>
175
175
:: Equivalent to ''cubic-bezier(0.25, 0.1, 0.25, 1)'' .
@@ -256,7 +256,7 @@ It has following syntax:
256
256
257
257
The meaning of each value is as follows:
258
258
259
- <dl dfn-type=value dfn-for="step-easing-function, <step-easing-function> ">
259
+ <dl dfn-type=value dfn-for="<step-easing-function> ">
260
260
261
261
: <dfn>step-start</dfn>
262
262
:: Computes to ''steps(1, start)''
@@ -280,7 +280,7 @@ The meaning of each value is as follows:
280
280
The second parameter, which is optional, specifies the [=step position=]
281
281
using one of the following values:
282
282
283
- <dl dfn-type=value dfn-for="step-position, <step-position> ">
283
+ <dl dfn-type=value dfn-for="<step-position> ">
284
284
285
285
: <dfn value for="steps()">jump-start</dfn>
286
286
:: The first rise occurs at [=input progress value=] of 0.
You can’t perform that action at this time.
0 commit comments