@@ -54,31 +54,6 @@ spec:css-backgrounds-3; type:property; text:background-image
5454spec:css2; type:property; text:display
5555</pre>
5656
57- <!-- FIXME: This is only here until css-timing gets added to the biblio data -->
58- <pre class=biblio>
59- {
60- "CSS-TIMING": {
61- "title": "CSS Timing Functions Level 1",
62- "authors": [
63- "Brian Birtles",
64- "Dean Jackson",
65- "Matt Rakow",
66- "Shane Stephens"
67- ],
68- "date": "2017",
69- "publisher": "W3C",
70- "status": "ED",
71- "href": "https://drafts.csswg.org/css-timing/",
72- "deliveredBy": [
73- {
74- "shortname": "csswg",
75- "url": "https://www.w3.org/Style/CSS/"
76- }
77- ]
78- }
79- }
80- </pre>
81-
8257<h2 id="intro">
8358Introduction</h2>
8459
@@ -559,21 +534,21 @@ The 'animation-timing-function' property</h3>
559534
560535 The 'animation-timing-function' property describes how the animation will
561536 progress between each pair of keyframes.
562- Timing functions are defined in the separate CSS Timing Functions module
563- [[!css-timing ]] .
537+ Timing functions are defined in the separate CSS Easing Functions module
538+ [[!css-easing-1 ]] .
564539
565- The <a spec=css-timing >input progress value</a> used is the percentage
540+ The <a spec=css-easing >input progress value</a> used is the percentage
566541 of the time elapsed between the current keyframe and the next keyframe
567542 <em> after</em> incorporating the effect of the 'animation-direction' property.
568543
569544 During the 'animation-delay' , the 'animation-timing-function' is not applied.
570545
571- Note: This definition is necessary because otherwise a <a spec=css-timing >step
572- timing function</a> with a <a spec=css-timing >step position</a> of <a value
573- spec=css-timing for="steps()">start</a> would produce a backwards fill equal
546+ Note: This definition is necessary because otherwise a <a spec=css-easing >step
547+ timing function</a> with a <a spec=css-easing >step position</a> of <a value
548+ spec=css-easing for="steps()">start</a> would produce a backwards fill equal
574549 to the top of the first step in the function.
575550
576- The <a spec=css-timing >output progress value</a> is used as the <var
551+ The <a spec=css-easing >output progress value</a> is used as the <var
577552 ignore> p</var> value when interpolating the property values between the
578553 current and next keyframe.
579554
0 commit comments