css3-transitions/Overview.src.html

changeset 7174
ab47414d690c
parent 6739
f4ccc8c2ecf0
child 7182
a38c76f0336b
     1.1 --- a/css3-transitions/Overview.src.html	Mon Jan 07 10:35:13 2013 -0800
     1.2 +++ b/css3-transitions/Overview.src.html	Wed Jan 09 07:37:20 2013 +1100
     1.3 @@ -583,31 +583,31 @@
     1.4            ease
     1.5          </dt>
     1.6          <dd>
     1.7 -          The ease function is equivalent to cubic-bezier(0.25, 0.1, 0.25, 1.0).
     1.8 +          The ease function is equivalent to cubic-bezier(0.25, 0.1, 0.25, 1).
     1.9          </dd>
    1.10          <dt>
    1.11            linear
    1.12          </dt>
    1.13          <dd>
    1.14 -          The linear function is equivalent to cubic-bezier(0.0, 0.0, 1.0, 1.0).
    1.15 +          The linear function is equivalent to cubic-bezier(0, 0, 1, 1).
    1.16          </dd>
    1.17          <dt>
    1.18            ease-in
    1.19          </dt>
    1.20          <dd>
    1.21 -          The ease-in function is equivalent to cubic-bezier(0.42, 0, 1.0, 1.0).
    1.22 +          The ease-in function is equivalent to cubic-bezier(0.42, 0, 1, 1).
    1.23          </dd>
    1.24          <dt>
    1.25            ease-out
    1.26          </dt>
    1.27          <dd>
    1.28 -          The ease-out function is equivalent to cubic-bezier(0, 0, 0.58, 1.0).
    1.29 +          The ease-out function is equivalent to cubic-bezier(0, 0, 0.58, 1).
    1.30          </dd>
    1.31          <dt>
    1.32            ease-in-out
    1.33          </dt>
    1.34          <dd>
    1.35 -          The ease-in-out function is equivalent to cubic-bezier(0.42, 0, 0.58, 1.0)
    1.36 +          The ease-in-out function is equivalent to cubic-bezier(0.42, 0, 0.58, 1)
    1.37          </dd>
    1.38          <dt>
    1.39            step-start

mercurial