File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ The syntax for specifying an [=easing function=] is as follows:
133
133
134
134
<div class="prod"> <dfn type><easing-function></dfn> =
135
135
''linear'' |
136
- '' linear()'' |
136
+ << linear-easing-function>> |
137
137
<<cubic-bezier-easing-function>> |
138
138
<<step-easing-function>> </div>
139
139
@@ -168,9 +168,8 @@ that has:
168
168
169
169
A [=linear easing function=] has the following syntax:
170
170
171
- <dfn function lt="linear()">linear(<<linear-stop-list>>)</dfn>
172
-
173
171
<pre class="prod">
172
+ <dfn><linear-easing-function></dfn> = <dfn function lt="linear()">linear(<<linear-stop-list>>)</dfn>
174
173
<dfn><linear-stop-list></dfn> = [ <<linear-stop>> ]#
175
174
<dfn><linear-stop></dfn> = <<number>> && <<linear-stop-length>> ?
176
175
<dfn><linear-stop-length></dfn> = <<percentage>> {1,2}
You can’t perform that action at this time.
0 commit comments