Skip to content

Commit 853b0f1

Browse files
committed
[css-animations] Regenerate with current bikeshed.
1 parent fdb8b40 commit 853b0f1

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

css-animations/Overview.html

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<h1 class="p-name no-ref" id="title">CSS Animations Level 1</h1>
8080

8181
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft,
82-
<time class="dt-updated" datetime="2015-05-08">8 May 2015</time></span></h2>
82+
<time class="dt-updated" datetime="2015-05-22">22 May 2015</time></span></h2>
8383

8484
<div data-fill-with="spec-metadata">
8585
<dl>
@@ -91,7 +91,7 @@ <h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="cont
9191
<dd><a href="http://www.w3.org/TR/2013/WD-css3-animations-20130219/" rel="previous">http://www.w3.org/TR/2013/WD-css3-animations-20130219/</a>
9292
<dd><a href="http://www.w3.org/TR/2012/WD-css3-animations-20120403/" rel="previous">http://www.w3.org/TR/2012/WD-css3-animations-20120403/</a>
9393
<dt>Feedback:
94-
<dd><span><a href="mailto:www-style@w3.org?subject=%5Bcss-animations%5D%20feedback">www-style@w3.org</a> with subject line “<kbd>[css-animations] <var>… message topic …</var></kbd>” (<a href="http://lists.w3.org/Archives/Public/www-style/" rel="discussion">archives</a>)</span>
94+
<dd><span><a href="mailto:www-style@w3.org?subject=%5Bcss-animations%5D%20YOUR%20TOPIC%20HERE">www-style@w3.org</a> with subject line “<kbd>[css-animations] <var>… message topic …</var></kbd>” (<a href="http://lists.w3.org/Archives/Public/www-style/" rel="discussion">archives</a>)</span>
9595
<dt>Test Suite:
9696
<dd><a href="http://test.csswg.org/suites/css-animations-1_dev/nightly-unstable/">http://test.csswg.org/suites/css-animations-1_dev/nightly-unstable/</a>
9797
<dt class="editor">Editors:
@@ -891,7 +891,16 @@ <h3 class="heading settled" data-level="4.4" id="animation-timing-function"><spa
891891

892892

893893
<p>The values and meaning of <dfn class="css" data-dfn-type="type" data-export="" id="typedef-single-timing-function">&lt;single-timing-function><a class="self-link" href="#typedef-single-timing-function"></a></dfn>
894-
are identical to those of <a class="production css" data-link-type="type" href="http://dev.w3.org/csswg/css-transitions-1/#single-transition-timing-function">&lt;single-transition-timing-function></a> <a data-link-type="biblio" href="#biblio-css3-transitions">[CSS3-TRANSITIONS]</a>.</p>
894+
are identical to those of <a class="production css" data-link-type="type" href="http://dev.w3.org/csswg/css-transitions-1/#single-transition-timing-function" title="Expands to: cubic-bezier()
895+
| ease-in
896+
| linear
897+
| ease-in-out
898+
| step-end
899+
| ease-out
900+
| step-start
901+
| steps()
902+
| ease
903+
">&lt;single-transition-timing-function></a> <a data-link-type="biblio" href="#biblio-css3-transitions">[CSS3-TRANSITIONS]</a>.</p>
895904

896905

897906
<p>The timing function specified applies to each iteration of the animation,

0 commit comments

Comments
 (0)