8000 Generated. Do not edit! · w3c/csswg-drafts@e4a00be · GitHub
Skip to content

Commit e4a00be

Browse files
committed
Generated. Do not edit!
1 parent b13ad9a commit e4a00be

3 files changed

Lines changed: 1318 additions & 803 deletions

File tree

css3-animations/Overview.html

Lines changed: 35 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,25 @@
2929

3030
<h1>CSS Animations Module Level 3</h1>
3131

32-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 10 February
33-
2009</h2>
32+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 April 2009</h2>
3433

3534
<dl>
3635
<dt>This version:
3736

38-
<dd> <a
39-
href="http://dev.w3.org/csswg/css3-animations/">http://dev.w3.org/csswg/css3-animations/</a>
40-
37+
<dd><a
38+
href="http://www.w3.org/TR/2009/ED-css3-animations-20090414">http://dev.w3.org/csswg/css3-animations/</a>
39+
<!--http://www.w3.org/TR/2009/WD-css3-animations-20090414-->
4140

4241
<dt>Latest ver 10BC0 sion:
4342

4443
<dd><a
45-
href="http://www.w3.org/TR/css3-animations/">http://www.w3.org/TR/unknown-shortname</a>
44+
href="http://www.w3.org/TR/css3-animations">http://www.w3.org/TR/css3-animations</a>
4645

4746

48-
<dt>Previous versions:
47+
<dt>Previous version:
48+
49+
<dd><a href="http://www.w3.org/TR/2009/WD-css3-animations-20090320/">
50+
http://www.w3.org/TR/2009/WD-css3-animations-20090320/</a>
4951

5052
<dt id=editors-list>Editors:
5153

@@ -96,8 +98,8 @@ <h2 class="no-num no-toc" id=status>Status of this document</h2>
9698
mailing list <a href="mailto:www-style@w3.org">www-style@w3.org</a> (see
9799
<a href="http://www.w3.org/Mail/Request">instructions</a>) is preferred
98100
for discussion of this specification. When sending e-mail, please put the
99-
text &#8220;unknown-shortname&#8221; in the subject, preferably like this:
100-
&#8220;[<!---->unknown-shortname<!---->] <em>&hellip;summary of
101+
text &#8220;css3-animations&#8221; in the subject, preferably like this:
102+
&#8220;[<!---->css3-animations<!---->] <em>&hellip;summary of
101103
comment&hellip;</em>&#8221;
102104

103105
<p>This document was produced by the <a href="/Style/CSS/members">CSS
@@ -199,8 +201,9 @@ <h2 id=introduction><span class=secno>1 </span>Introduction</h2>
199201
<em>defined animations</em>, which specify the values that CSS properties
200202
will take over a given time interval.
201203

202-
<p> This specification is an extension to <a href=CSSTransitions.html>CSS
203-
Transitions</a>.
204+
<p> This specification is an extension to CSS Transitions <a
205+
href="#CSS3-TRANSITIONS"
206+
rel=biblioentry>[CSS3-TRANSITIONS]<!--{{!CSS3-TRANSITIONS}}--></a>.
204207

205208
<h2 id=keyframes-><span class=secno>2 </span> Keyframes</h2>
206209

@@ -257,7 +260,7 @@ <h2 id=keyframes-><span class=secno>2 </span> Keyframes</h2>
257260
multiple keyframes specify the same keyframe selector values.
258261

259262
<div class=example>
260-
<p style=display:none> Example(s):</p>
263+
<p style="display:none"> Example(s):</p>
261264

262265
<pre>
263266
@keyframes 'wobble' {
@@ -314,7 +317,7 @@ <h3 id=timing-functions-for-keyframes-><span class=secno>2.1 </span> Timing
314317
be used as the animation moves to the next keyframe.
315318

316319
<div class=example>
317-
<p style=display:none> Example(s):</p>
320+
<p style="display:none"> Example(s):</p>
318321

319322
<pre>
320323
@keyframes 'bounce' {
@@ -377,7 +380,7 @@ <h2 id=animations-><span class=secno>3 </span> Animations</h2>
377380
or paused. An animation can also delay its start time.
378381

379382
<div class=example>
380-
<p style=display:none> Example(s):</p>
383+
<p style="display:none"> Example(s):</p>
381384

382385
<pre>
383386
div {
@@ -624,19 +627,19 @@ <h3 id=the-animation-duration-property-><span class=secno>3.3 </span> The
624627
&lsquo;<code class=css>0</code>&rsquo;.</p>
625628
<!-- ======================================================================================================= -->
626629

627-
<h3 id=animation-timing-function_tag><span class=secno>3.4 </span> The
630+
<h3 id="animation-timing-function_tag"><span class=secno>3.4 </span> The
628631
<span class=prop-name>&lsquo;<code class=property><a
629632
href="#animation-timing-function">animation-timing-function</a></code>&rsquo;</span>
630633
Property</h3>
631634

632635
<p> The <span class=prop-name>&lsquo;<code class=property><a
633636
href="#animation-timing-function">animation-timing-function</a></code>&rsquo;</span>
634637
property describes how the animation will progress over one cycle of its
635-
duration. See <a
636-
href="CSSTransitions.html#transition-timing-function_tag">the <span
637-
class=prop-name>&lsquo;<code
638-
class=property>transition-timing-function</code>&rsquo;</span>
639-
property</a> for a complete description of timing function calculation.
638+
duration. See the <span class=prop-name>&lsquo;<code
639+
class=property>transition-timing-function</code>&rsquo;</span> property <a
640+
href="#CSS3-TRANSITIONS"
641+
rel=biblioentry>[CSS3-TRANSITIONS]<!--{{!CSS3-TRANSITIONS}}--></a> for a
642+
complete description of timing function calculation.
640643

641644
<table class=propdef>
642645
<tbody>
@@ -1107,7 +1110,7 @@ <h2 id=animation-events-><span class=secno>4 </span> Animation Events</h2>
11071110
<div class=method> The <code>initAnimationEvent</code> method is used
11081111
to initialize the value of an <code>AnimationEvent</code> created
11091112
through the <a
1110-
href="events.html#Events-DocumentEvent"><code>DocumentEvent</code></a>
1113+
href="http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-DocumentEvent"><code>DocumentEvent</code></a>
11111114
interface. This method may only be called before the
11121115
<code>AnimationEvent</code> has been dispatched via the
11131116
<code>dispatchEvent</code> method, though it may be called multiple
@@ -1136,7 +1139,7 @@ <h2 id=animation-events-><span class=secno>4 </span> Animation Events</h2>
11361139
<code>DOMString</code>
11371140

11381141
<dd> Specifies the <a
1139-
href="events.html#Events-Event"><code>Event</code></a>'s
1142+
href="http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-Event"><code>Event</code></a>'s
11401143
animation name.<br>
11411144

11421145
<dt> <code class=parameter-name>elapsedTimeArg</code> of type
@@ -1437,6 +1440,16 @@ <h3 class=no-num id=normative-references>Normative references</h3>
14371440
<dl class=bibliography>
14381441
<dt style="display: none"><!-- keeps the doc valid if the DL is empty -->
14391442
<!---->
1443+
1444+
<dt id=CSS3-TRANSITIONS>[CSS3-TRANSITIONS]
1445+
1446+
<dd>Dean Jackson; David Hyatt; Chris Marrin. <a
1447+
href="http://www.w3.org/TR/2009/WD-css3-transitions-20090320"><cite>CSS
1448+
Transitions Module Level 3.</cite></a> 20 March 2009. W3C Working Draft.
1449+
(Work in progress.) URL: <a
1450+
href="http://www.w3.org/TR/2009/WD-css3-transitions-20090320">http://www.w3.org/TR/2009/WD-css3-transitions-20090320</a>
1451+
</dd>
1452+
<!---->
14401453
</dl>
14411454
<!--end-normative-->
14421455

0 commit comments

Comments
 (0)