Skip to content

Commit b649b20

Browse files
committed
2011-01-20 simon.fraser@apple.com
- copy prose from transitions related to disambiguation of animation-duration and animation-delay in the shorthand.
1 parent c210d31 commit b649b20

3 files changed

Lines changed: 28 additions & 4 deletions

File tree

css3-animations/ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2011-01-20 simon.fraser@apple.com
2+
3+
- copy prose from transitions related to disambiguation of animation-duration
4+
and animation-delay in the shorthand.
5+
16
2010-08-19 dino@apple.com
27

38
- add animation-fill-mode property

css3-animations/Overview.html

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,15 @@
2929

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

32-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 August 2010</h2>
32+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 January
33+
2011</h2>
3334

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

3738
<dd><a
38-
href="http://www.w3.org/TR/2010/ED-css3-animations-20100823">http://dev.w3.org/csswg/css3-animations/</a>
39-
<!--http://www.w3.org/TR/2010/WD-css3-animations-20100823-->
39+
href="http://www.w3.org/TR/2011/ED-css3-animations-20110120">http://dev.w3.org/csswg/css3-animations/</a>
40+
<!--http://www.w3.org/TR/2011/WD-css3-animations-20110120-->
4041

4142
<dt>Latest version:
4243

@@ -63,7 +64,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 August 2010</h2>
6364
<!--begin-copyright-->
6465
<p class=copyright><a
6566
href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
66-
rel=license>Copyright</a> &copy; 2010 <a
67+
rel=license>Copyright</a> &copy; 2011 <a
6768
href="http://www.w3.org/"><acronym title="World Wide Web
6869
Consortium">W3C</acronym></a><sup>&reg;</sup> (<a
6970
href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute
@@ -1085,6 +1086,14 @@ <h3 id=the-animation-shorthand-property-><span class=secno>3.10. </span>
10851086
class=property>animation</code></a>&rsquo;</span> shorthand property
10861087
combines seven of the animation properties into a single property.
10871088

1089+
<p> Note that order is important in this property. The first value that can
1090+
be parsed as a time is assigned to the animation-duration. The second
1091+
value that can be parsed as a time is assigned to animation-delay.
1092+
1093+
<p class=issue> An alternative proposal is to accept the font shorthand
1094+
approach of using a "/" character between the values of the same type. eg.
1095+
2s/4s would mean a duration of 2 seconds and a delay of 4 seconds.
1096+
10881097
<table class=propdef>
10891098
<tbody>
10901099
<tr>

css3-animations/Overview.src.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1051,6 +1051,16 @@ <h3>
10511051
The <span class="prop-name">'animation'</span> shorthand property
10521052
combines seven of the animation properties into a single property.
10531053
</p>
1054+
<p>
1055+
Note that order is important in this property. The first value that can be
1056+
parsed as a time is assigned to the animation-duration. The second value that
1057+
can be parsed as a time is assigned to animation-delay.
1058+
</p>
1059+
<p class="issue">
1060+
An alternative proposal is to accept the font shorthand approach of
1061+
using a "/" character between the values of the same type. eg. 2s/4s would
1062+
mean a duration of 2 seconds and a delay of 4 seconds.
1063+
</p>
10541064
<table class="propdef">
10551065
<tbody>
10561066
<tr>

0 commit comments

Comments
 (0)