File tree Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,14 @@ input which is defined subsequently.
8787This specification defines four types of timing functions whose definitions
8888follow.
8989
90+ The syntax for specifying a [=timing function=] is as follows:
91+
92+ <div class="prod"> <dfn type><single-timing-function></dfn> =
93+ ''linear'' |
94+ <<cubic-bezier-timing-function>> |
95+ <<step-timing-function>> |
96+ <<frames-timing-function>> </div>
97+
9098
9199The linear timing function: ''linear'' {#linear-timing-function-section}
92100------------------------------------------------------------------------
@@ -378,17 +386,6 @@ The parameter to the function specifies the number of [=frames=].
378386It must be a positive integer greater than 1.
379387
380388
381- The <single-timing-function> production {#single-timing-function-production}
382- =============================================
383-
384- The syntax for specifying a [=timing function=] is as follows:
385-
386- <div class="prod"> <dfn type><single-timing-function></dfn> =
387- ''linear'' |
388- <<cubic-bezier-timing-function>> |
389- <<step-timing-function>> |
390- <<frames-timing-function>> </div>
391-
392389Serialization {#serializing-a-timing-function}
393390-------------
394391
You can’t perform that action at this time.
0 commit comments