File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 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:
133133
134134<div class="prod"> <dfn type><easing-function></dfn> =
135135 ''linear'' |
136- '' linear()'' |
136+ << linear-easing-function>> |
137137 <<cubic-bezier-easing-function>> |
138138 <<step-easing-function>> </div>
139139
@@ -168,9 +168,8 @@ that has:
168168
169169A [=linear easing function=] has the following syntax:
170170
171- <dfn function lt="linear()">linear(<<linear-stop-list>>)</dfn>
172-
173171<pre class="prod">
172+ <dfn><linear-easing-function></dfn> = <dfn function lt="linear()">linear(<<linear-stop-list>>)</dfn>
174173 <dfn><linear-stop-list></dfn> = [ <<linear-stop>> ]#
175174 <dfn><linear-stop></dfn> = <<number>> && <<linear-stop-length>> ?
176175 <dfn><linear-stop-length></dfn> = <<percentage>> {1,2}
You can’t perform that action at this time.
0 commit comments