css3-transitions/Overview.src.html

changeset 6218
13621f209435
parent 5759
b3604b95bdd2
child 6223
8f1870702065
     1.1 --- a/css3-transitions/Overview.src.html	Thu Jul 12 12:42:15 2012 -0700
     1.2 +++ b/css3-transitions/Overview.src.html	Thu Jul 12 13:26:09 2012 -0700
     1.3 @@ -373,7 +373,7 @@
     1.4          </tbody>
     1.5        </table>
     1.6        <p>
     1.7 -        This property specifies how long the transition from the old value to the new value should take. By default the value is '0s', meaning that the transition is immediate (i.e. there will be no animation). A negative value for <code class="property">transition-duration</code> is treated as '0s'.
     1.8 +        This property specifies how long the transition from the old value to the new value should take. By default the value is '0s', meaning that the transition is immediate (i.e. there will be no animation). A negative value for <code class="property">transition-duration</code> renders the declaration invalid.
     1.9        </p>
    1.10  
    1.11        <!-- =======================================================================================================   

mercurial