Resolution for bug 14659 - animationiteration event and last iteration

Tue, 10 Apr 2012 16:34:56 -0700

author
Sylvain Galineau <sylvaing@microsoft.com>
date
Tue, 10 Apr 2012 16:34:56 -0700
changeset 5444
e44608181b73
parent 5443
4a1b7ed7bc76
child 5446
6f97c63ee73e

Resolution for bug 14659 - animationiteration event and last iteration

css3-animations/Overview.html file | annotate | diff | comparison | revisions
css3-animations/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-animations/Overview.html	Tue Apr 10 23:33:23 2012 +0200
     1.2 +++ b/css3-animations/Overview.html	Tue Apr 10 16:34:56 2012 -0700
     1.3 @@ -1381,10 +1381,10 @@
     1.4     <dt> <b>animationiteration</b>
     1.5  
     1.6     <dd> The &lsquo;<code class=property>animationiteration</code>&rsquo;
     1.7 -    event occurs at the end of each iteration of an animation for which <a
     1.8 -    href="#animation-iteration-count"><code>animation-iteration-count</code></a>
     1.9 -    is greater than one. This event does not occur for animations with an
    1.10 -    iteration count of one.
    1.11 +    event occurs at the end of each iteration of an animation, except when an
    1.12 +    &lsquo;<code class=property>animationend</code>&rsquo; event would fire
    1.13 +    at the same time. This means that this event does not occur for
    1.14 +    animations with an iteration count of one or less.
    1.15      <ul>
    1.16       <li>Bubbles: Yes
    1.17  
     2.1 --- a/css3-animations/Overview.src.html	Tue Apr 10 23:33:23 2012 +0200
     2.2 +++ b/css3-animations/Overview.src.html	Tue Apr 10 16:34:56 2012 -0700
     2.3 @@ -1376,7 +1376,8 @@
     2.4            <b>animationiteration</b>
     2.5          </dt>
     2.6          <dd>
     2.7 -          The 'animationiteration' event occurs at the end of each iteration of an animation for which <code>animation-iteration-count</code> is greater than one. This event does not occur for animations with an iteration count of one.
     2.8 +          The 'animationiteration' event occurs at the end of each iteration of an animation, except when an 'animationend' event would fire at the same time.  
     2.9 +          This means that this event does not occur for animations with an iteration count of one or less.
    2.10            <ul>
    2.11              <li>Bubbles: Yes
    2.12              </li>

mercurial