Skip to content

Commit 356a2b2

Browse files
committed
Also mention transform-origin (thanks to boblet).
1 parent 4a1bc0b commit 356a2b2

2 files changed

Lines changed: 28 additions & 35 deletions

File tree

css3-transitions/Overview.html

Lines changed: 26 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,20 @@
2929

3030
<h1>CSS Transitions</h1>
3131

32-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 25 July 2011</h2>
32+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 19 December
33+
2011</h2>
3334

3435
<dl>
3536
<dt>This version:
3637

37-
<dd> <a href="http://www.w3.org/TR/2011/ED-css3-transitions-20110725/">
38+
<dd> <a href="http://www.w3.org/TR/2011/ED-css3-transitions-20111219/">
3839
http://dev.w3.org/csswg/css3-transitions/</a>
39-
<!--http://www.w3.org/TR/2011/WD-css3-transitions-20110725-->
40+
<!--http://www.w3.org/TR/2011/WD-css3-transitions-20111219-->
4041

4142
<dt>Latest version:
4243

4344
<dd><a href="http://www.w3.org/TR/css3-transitions">
44-
http://www.w3.org/TR/css3-transitions</a>
45+
http://www.w3.org/TR/css3-transitions/</a>
4546

4647
<dt>Previous version:
4748

@@ -66,13 +67,13 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 25 July 2011</h2>
6667
<p class=copyright><a
6768
href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
6869
rel=license>Copyright</a> &copy; 2011 <a
69-
href="http://www.w3.org/"><acronym title="World Wide Web
70-
Consortium">W3C</acronym></a><sup>&reg;</sup> (<a
71-
href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute
72-
of Technology">MIT</acronym></a>, <a href="http://www.ercim.eu/"><acronym
73-
title="European Research Consortium for Informatics and
74-
Mathematics">ERCIM</acronym></a>, <a
75-
href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a
70+
href="http://www.w3.org/"><acronym
71+
title="World Wide Web Consortium">W3C</acronym></a><sup>&reg;</sup> (<a
72+
href="http://www.csail.mit.edu/"><acronym
73+
title="Massachusetts Institute of Technology">MIT</acronym></a>, <a
74+
href="http://www.ercim.eu/"><acronym
75+
title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
76+
<a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a
7677
href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
7778
<a
7879
href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>
@@ -484,16 +485,9 @@ <h3 id="transition-timing-function_tag"><span class=secno>2.3. </span> The
484485
output percentage happens at the start or end of the interval (in other
485486
words, if 0% on the input percentage is the point of initial change).
486487

487-
<div class=figure> <img alt="The step timing function splits the function
488-
domain into a number of disjoint straight line segments. steps(1, start)
489-
is a function whose output value is 1 for all input values. steps(1, end)
490-
is a function whose output value is 0 for all input values less than 1,
491-
and output is 1 for the input value of 1. steps(3, start) is a function
492-
that divides the input domain into three segments, each 1/3 in length, and
493-
1/3 above the previous segment, with the first segment starting at 1/3.
494-
steps(3, end) is a function that divides the input domain into three
495-
segments, each 1/3 in length, and 1/3 above the previous segment, with the
496-
first segment starting at 0." src=step.png></div>
488+
<div class=figure> <img
489+
alt="The step timing function splits the function domain into a number of disjoint straight line segments. steps(1, start) is a function whose output value is 1 for all input values. steps(1, end) is a function whose output value is 0 for all input values less than 1, and output is 1 for the input value of 1. steps(3, start) is a function that divides the input domain into three segments, each 1/3 in length, and 1/3 above the previous segment, with the first segment starting at 1/3. steps(3, end) is a function that divides the input domain into three segments, each 1/3 in length, and 1/3 above the previous segment, with the first segment starting at 0."
490+
src=step.png></div>
497491

498492
<p class=caption> Step timing functions
499493

@@ -513,10 +507,8 @@ <h3 id="transition-timing-function_tag"><span class=secno>2.3. </span> The
513507
class=property>cubic-bezier</code>&rsquo;</span> function, P<sub>1</sub>
514508
and P<sub>2</sub> are each specified by both an X and Y value.
515509

516-
<div class=figure> <img alt="The bezier timing function is a smooth curve
517-
from point P0 = (0,0) to point P3 = (1,1). The length and orientation of
518-
the line segment P0-P1 determines the tangent and the curvature of the
519-
curve at P0 and the line segment P2-P3 does the same at P3."
510+
<div class=figure> <img
511+
alt="The bezier timing function is a smooth curve from point P0 = (0,0) to point P3 = (1,1). The length and orientation of the line segment P0-P1 determines the tangent and the curvature of the curve at P0 and the line segment P2-P3 does the same at P3."
520512
src=TimingFunction.png></div>
521513

522514
<p class=caption> Bezier Timing Function Control Points
@@ -1388,7 +1380,7 @@ <h3 id=properties-from-css-><span class=secno>7.1. </span> Properties from
13881380
animate, and which likely should be included: background-size,
13891381
border-*-radius, box-shadow, column-count, column-gap, column-rule-color,
13901382
column-rule-width, column-width, font-size-adjust, font-stretch,
1391-
marker-offset, text-decoration-color, transform.
1383+
marker-offset, text-decoration-color, transform, transform-origin.
13921384

13931385
<h3 id=properties-from-svg-><span class=secno>7.2. </span> Properties from
13941386
SVG</h3>
@@ -1470,10 +1462,10 @@ <h3 class=no-num id=other-references>Other references</h3>
14701462
<dt id=CSS3-IMAGES>[CSS3-IMAGES]
14711463

14721464
<dd>Elika J. Etemad; Tab Atkins Jr. <a
1473-
href="http://www.w3.org/TR/2011/WD-css3-images-20110217/"><cite>CSS Image
1474-
Values and Replaced Content Module Level 3.</cite></a> 17 February 2011.
1465+
href="http://www.w3.org/TR/2011/WD-css3-images-20111206/"><cite>CSS Image
1466+
Values and Replaced Content Module Level 3.</cite></a> 6 December 2011.
14751467
W3C Working Draft. (Work in progress.) URL: <a
1476-
href="http://www.w3.org/TR/2011/WD-css3-images-20110217/">http://www.w3.org/TR/2011/WD-css3-images-20110217/</a>
1468+
href="http://www.w3.org/TR/2011/WD-css3-images-20111206/">http://www.w3.org/TR/2011/WD-css3-images-20111206/</a>
14771469
</dd>
14781470
<!---->
14791471
</dl>
@@ -1501,7 +1493,7 @@ <h2 class=no-num id=property-index>Property index</h2>
15011493

15021494
<tbody>
15031495
<tr>
1504-
<td><a class=property href="#transition">transition</a>
1496+
<th><a class=property href="#transition">transition</a>
15051497

15061498
<td>[&lt;&lsquo;transition-property&rsquo;&gt; ||
15071499
&lt;&lsquo;transition-duration&rsquo;&gt; ||
@@ -1523,7 +1515,7 @@ <h2 class=no-num id=property-index>Property index</h2>
15231515
<td>interactive
15241516

15251517
<tr>
1526-
<td><a class=property href="#transition-delay">transition-delay</a>
1518+
<th><a class=property href="#transition-delay">transition-delay</a>
15271519

15281520
<td>&lt;time&gt; [, &lt;time&gt;]*
15291521

@@ -1538,7 +1530,7 @@ <h2 class=no-num id=property-index>Property index</h2>
15381530
<td>interactive
15391531

15401532
<tr>
1541-
<td><a class=property
1533+
<th><a class=property
15421534
href="#transition-duration">transition-duration</a>
15431535

15441536
<td>&lt;time&gt; [, &lt;time&gt;]*
@@ -1554,7 +1546,7 @@ <h2 class=no-num id=property-index>Property index</h2>
15541546
<td>interactive
15551547

15561548
<tr>
1557-
<td><a class=property
1549+
<th><a class=property
15581550
href="#transition-property">transition-property</a>
15591551

15601552
<td>none | all | [ &lt;IDENT&gt; ] [ &lsquo;,&rsquo; &lt;IDENT&gt; ]*
@@ -1570,7 +1562,7 @@ <h2 class=no-num id=property-index>Property index</h2>
15701562
<td>visual
15711563

15721564
<tr>
1573-
<td><a class=property
1565+
<th><a class=property
15741566
href="#transition-timing-function">transition-timing-function</a>
15751567

15761568
<td>ease | linear | ease-in | ease-out | ease-in-out | step-start |

css3-transitions/Overview.src.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1290,7 +1290,8 @@ <h3>
12901290
font-stretch,
12911291
marker-offset,
12921292
text-decoration-color,
1293-
transform.
1293+
transform,
1294+
transform-origin.
12941295
</p>
12951296

12961297
<h3>

0 commit comments

Comments
 (0)